#include <stdio.h> int main(void) { char c='g'; int x=55; printf("%c,%d\n",c,c); printf("%d,%c\n",x,x); return 0;}
Standard input is empty
g,103 55,7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!