Print value of I in C

Print value of i ?
Code
  1. #include

  2.  

  3. #include

  4. void main()

  5. {

  6. int i=1*4/3-27%3^2+100*0.5(4>3?1:2);

  7. clrscr();

  8. printf(%d”, i);

  9. getch();

  10. }
Copyright GeekInterview.com


Showing Answers 1 - 3 of 3 Answers

Pravinyo

  • Feb 22nd, 2015
 

i=1+0+100*0.5(1)=51
i=51

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions