fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int iNum=7;
  5. if(iNum = 77)
  6. printf("I don't think am here");
  7. else
  8. printf("I think am here");
  9. }
Success #stdin #stdout 0s 5404KB
stdin
Standard input is empty
stdout
I don't think am here