Which of the following statements is /are true? Group of answer choices The string object is defined incorrectly because no size is given for it. The 2 string definitions are correct, but the 2 assignment statements are wrong. The string object is assigned a value correctly, but the C-string is not. The C-string is assigned a value correctly, but the string object is not. All 4 lines of code are correct.