+ 1
What is escape sequence?
In C-language there's this \n at the end of a statement. ("Hello world!\n") What does the escape sequence do and why is it used?
1 Respuesta
In C-language there's this \n at the end of a statement. ("Hello world!\n") What does the escape sequence do and why is it used?