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