Mega Code Archive
Categories
/
C
/
Stdio H
33 non-null, automatically
#include
int main( ) { char psz1[] = "this is a test"; printf("%s",psz1); }