0
What does \n mean?
I have recently started learning C# programming. I came across the command printf("Hello World! \n");. What does "\n" mean and do in this particular condition? Or does it not do anything at all?
2 odpowiedzi
+ 5
It is line break. Try write something after it.
+ 1
thanks bud,