fork download
  1. #include <stdio.h>
  2.  
  3. #include <stdio.h>
  4.  
  5. int main() {
  6. int var=010;
  7.  
  8. printf("%d", var); // Output will be 5
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0.01s 5300KB
stdin
Standard input is empty
stdout
8