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