:: C Language Interview Questions ::

Click on >> (Arrow for More Questions) 

  Answer/Explaination : 

i = -1, -i = 1


(Exp):
-i is executed and this execution doesn't affect the value of i. In printf first 
you just print the value of i. After that the value of the expression -i = -(-1) 
is printed.
 
 

Next >>

 
 

Quick Links

| Home | C Language | All India Entrances | Previous Year Papers | Software Projects

| Project Reports | Job Alerts & Notifications | Technical Interview Questions |

| Audio Visual Notes |