#include <stdio.h>int main(){int a=7,b=69,c=0;c=a+b;printf("the value of c=%d",c);return 0;}
Standard input is empty
the value of c=76
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!