Multiple Choice
The code int x = 0; while (s[x] != 0) { x++;}
A) sets the variable x to point to the last character in the C- string s.
B) sets the value of the variable x to 0.
C) computes the length of the C- string s into the variable x.
D) sets the variable x to the ASCII code of the last character in the C- string s.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q19: When using the <sup>strcat</sup>function, you must be
Q20: Assume that <sup>str1</sup><sup> </sup>and <sup>str2</sup><sup> </sup>are variables
Q21: The expression <sup>str1 < str 2</sup><sup> </sup>is
Q22: The <sup>>></sup><sup> </sup>operator can be used to
Q23: Assume that <sup>str1</sup><sup> </sup>and <sup>str2</sup><sup> </sup>are objects
Q25: An array of characters ending with the
Q26: The following statement declares a <sup>string</sup><sup> </sup>object
Q27: The function _ _ accepts pointers to
Q29: There exist C++ stream classes that write
Q29: To use the <sup>strlen</sup><sup> </sup>function in a