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