Mega Code Archive

 
Categories / C / String
 

Output a name and address

#include <stdio.h> void main() {   /* The double quotes must appear as the escape sequence \" */   printf("\n\"It's freezing in here,\" he said coldly.\n"); }