String termination | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

22nd May 2020, 10:15 AM
Timilehin
2 Respostas
0
\0 is null charecter.. endl = endline \t =>tab \n = is new line character. So, answer is \0
22nd May 2020, 10:43 AM
Jayakrishna šŸ‡®šŸ‡³
0
lol yeah it is
30th Aug 2020, 5:01 PM
Timilehin