fork(3) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int x=10;
  5. printf("%o\n", x);
  6. return 0;
  7. }
Success #stdin #stdout 0s 1832KB
stdin
Standard input is empty
stdout
12