Stdio H C

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