0
\n why we use it ?
I have seen it in the c programming language that in "print" point every single time it was used !? but why? printf("%d \n", c); printf("%f \n", salary); printf("%c \n", letter);
2 Antworten
+ 1
This is a wrap to the next line
0
thank you #jimmy W