Mega Code Archive

 
Categories / C / Data Type
 

Displaying String

/* 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"); }