:: C Language Interview Questions ::

Click on >> (Arrow for More Questions) 

  Answer/Explaination : 

SomeGarbageValue---1


(Exp):
p=&a[2][2][2] you declare only two 2D arrays, but you are trying to 
access the third 2D(which you are not declared) it will print garbage values. *q=***a 
starting address of a is assigned integer pointer. Now q is pointing to starting address of a. 
If you print *q, it will print first element of 3D array.
 
 

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 |