Displaying a String with line separator
/* Displaying a String with line separator */ #include <stdio.h> void main() { printf("\n 1 \n 2."); }
1. | Back to the start of the line | ||
2. | Displaying String: out quotation marks in a printf | ||
3. | Display string: special char | ||
4. | More special chars | ||
5. | Output control character: new line | ||
6. | Output new line character |