Mega Code Archive

 
Categories / C / Stdio H
 

Minimum width 19, print all 17

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