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