Mega Code Archive

 
Categories / C / Stdio H
 

Minimum width 1

#include <stdio.h> int main( ) {  char c = 'A';    printf("%c",c);  }