#include <stdio.h> int main() { int a=3,b=4,c; c=a+b; printf("a+b=%d\n",c); return 0;}
45
a+b=7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!