:: C Language Interview Questions ::

Click on >> (Arrow for More Questions) 

  Answer/Explaination : 

10


(Exp):
The variable i is a block level variable and the visibility is inside that block 
only. But the lifetime of i is lifetime of the function so it lives upto the exit 
of main function. Since the i is still allocated space, *j prints the value 
stored in i since j points i.
 
 

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 |