C examples for Language Basics:printf
Add Quotations to output string
#include <stdio.h> int main(void) { printf("\"It is a wise father that knows his own child.\"\nShakespeare\n"); return 0;/*from w w w . jav a 2s .c o m*/ }