fork download
  1. extern "C"
  2. {
  3. int printf(const char *format,...);
  4. }
  5.  
  6. int main()
  7. {
  8. printf("GeeksforGeeks");
  9. return 0;
  10. }
Success #stdin #stdout 0s 3412KB
stdin
Standard input is empty
stdout
GeeksforGeeks