fork download
  1. /* Online C Compiler and Editor */
  2. #include <stdio.h>
  3.  
  4. int main()
  5. {
  6. int c=- -2;
  7. printf("%d",c);
  8.  
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0s 5408KB
stdin
Standard input is empty
stdout
2