Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

S

#include <stdio.h> main() {     char *i = "asdf\n";     printf(" %s\n",i); } asdf