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