Mega Code Archive
Categories
/
C
/
Stdio H
Minimum width 5, left-justify
#include
int main( ) { char c = 'A'; printf("%-5c",c); }