What is the resultmain(){char c=-64;int i=-32unsigned int u =-16;if(c>i){printf("pass1,");if(c<u)printf("pass2");elseprintf("Fail2");}elseprintf("Fail1);if(i<u)printf("pass2");elseprintf("Fail2")}a)Pass1,Pass2b)Pass1,Fail2c)Fail1,Pass2d)Fail1,Fail2e)none

c

Showing Answers 1 - 2 of 2 Answers

venkat

  • Jun 17th, 2007
 

answer: c      

  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