asked 38.4k views
5 votes
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.

1 Answer

5 votes

Answer:

The 2 string definitions are correct, but the 2 assignment statements are wrong.

Step-by-step explanation:

answered
User Iasmini Gomes
by
7.8k points

No related questions found