String C Tutorial

#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