Mega Code Archive

 
Categories / C / Stdio H
 

Output char

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