Mega Code Archive
Categories
/
C Tutorial
/
String
Escape Quotations
#include
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