Stdio H C

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