fork(25) download
  1. #include<stdio.h>
  2.  
  3. int printf(const char *format,...);
  4.  
  5. int main()
  6. {
  7. int arr[100],i;
  8. printf("GeeksforGeeks");
  9. return 0;
  10. }
Success #stdin #stdout 0s 2896KB
stdin
Standard input is empty
stdout
GeeksforGeeks