/* A program to print a message containing quotes. */ #include main () { printf("In C we can print with \"printf\".\n"); }