Mega Code Archive

 
Categories / C / Stdio H
 

33 non-null, automatically

#include <stdio.h> int main( ) {  char   psz1[]   =   "this is a test";    printf("%s",psz1);  }