Stdio H C

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