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