fork(1) download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int x;
  5. for(x=5;x<=5;x++);
  6. printf("%d",x); return 0;
  7. }
Success #stdin #stdout 0s 4752KB
stdin
Standard input is empty
stdout
6