0
String termination
State the string termination character in C++ (i.e. a character that C++ appends to the end of a string literal constant) \0 endl; \t \n
2 Respostas
0
\0 is null charecter..
endl = endline
\t =>tab
\n = is new line character.
So, answer is \0
0
lol yeah it is