Data Type C

/* Displaying String: out quotation marks in a printf */
#include 
void main()
{
  printf("\n\"It is a wise father that knows his own child.\"  Shakespeare");
}