CC Output
Printing text.
C Output (Print Text)
The printf() function is used to output values/print text:
You can add as many printf() functions as you want. However, note that it does not insert a new line at the end of the output:
New Lines
To insert a new line, you can use the \n character:
Examples
Print Text
c exampleNew Lines
c exampleMultiple New Lines
c exampleEscape Sequence \t
c example