Mega Code Archive

 
Categories / C Tutorial / String
 

Escape Quotations

#include <stdio.h> int main(void) {   printf("\n\"It is a wise father that knows his own child.\" Shakespeare");   return 0; } "It is a wise father that knows his own child." Shakespeare