Displaying String: out quotation marks in a printf : Control Character « Data Type « C / ANSI-C






Displaying String: out quotation marks in a printf


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



           
       








Related examples in the same category

1.Back to the start of the line
2.Displaying a String with line separator
3.Display string: special char
4.More special charsMore special chars
5.Output control character: new line
6.Output new line character