Mega Code Archive

 
Categories / C / Stdio H
 

31 non-null, automatically

#include <stdio.h> int main( ) {  char   psz2[]   =   "string text.";    printf("%s",psz2);  }