/* Helloプログラム */ #include <stdio.h> main(){ char a='A'; a=a+32; printf("%d\n",a); printf("%c\n",a);}
Standard input is empty
97 a
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!