Mega Code Archive
Categories
/
C
/
Stdio H
Minimum width 38, right-justify
#include
int main( ) { char psz1[] = "this is a test"; printf("%38s",psz1); }