fork download
  1.  
  2.  
  3. #include <stdio.h>
  4. main()
  5. { int a, b, c;
  6. a = 10;
  7. b = 20;
  8. c = a + b;
  9. printf("the value of c = %d\n");
  10. }
  11.  
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
the value of c = -6598508