True/False
C++ programmers do not refer to an array of characters as a string unless the last usable character in the string is the null character.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: In C++, it is conventional to begin
Q7: Depending on your compiler, you might have
Q8: Match each term with the correct statement
Q9: _ is a string constant.<br>A) 'H'<br>B) '\n'<br>C)
Q10: Suppose you create a structure that has
Q12: Identify and describe two common errors that
Q13: When should you use an array instead
Q14: A convenient way to set all array
Q15: To indicate that a variable is a
Q16: You can use the address operator (_)