fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main(void)
  4. {
  5. char ch = '\"';
  6.  
  7. printf("%cwe are the world%c",ch,ch);
  8. system("pause");
  9. return 0;
  10.  
  11. }
Success #stdin #stdout #stderr 0.01s 5272KB
stdin
Standard input is empty
stdout
"we are the world"
stderr
sh: 1: pause: not found