fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int x,a=10;
  6. x=a==10?printf("hait"):printf("hellon");
  7. printf("%d",x);
  8. }
  9.  
  10.  
Success #stdin #stdout 0.01s 5408KB
stdin
Standard input is empty
stdout
hait4