fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. char str[]="C-program";
  5. int a = 5;
  6. printf(a >10?"Ps":"%s", str);
  7. return 0;
  8. }
Success #stdin #stdout 0s 5408KB
stdin
Standard input is empty
stdout
C-program