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