:: C Language Interview Questions ::

Click on >> (Arrow for More Questions) 

  Answer/Explaination : 

H 


(Exp):
* is a dereference operator & is a reference operator. They can be 
applied any number of times provided it is meaningful. Here p points to 
the first character in the string "Hello". *p dereferences it and so its value 
is H. Again & references it to an address and * dereferences it to the value 
H.
 
 

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 |