Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 33)
33.
What does C++ append to the end of a string literal constant?
a space
a number sign (#)
an asterisk (*)
a null character
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Sahia said:   6 years ago
Literal constant is Null.

Sanjay said:   1 decade ago
Null character, ie, "\0", tells comuter that this is end of string.

Post your comments here:

Your comments will be displayed after verification.