Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is there any problem with the following:

char *a=NULL; char& p = *a;?



Is there any problem with the following: char *a=NULL; char& p = *a;?..

Answer / neelam saini

The result is undefined. You should never do this. A reference must always refer to some object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

what are the events occur in intr activated on interrupt vector table

0 Answers   HGS,


What is a singleton class c++?

0 Answers  


What operators can you overload in c++?

0 Answers  


Explain the volatile and mutable keywords.

0 Answers  


What is the maximum combined length of command line arguments including the space between adjacent arguments?

0 Answers  


What is a manipulator in c++?

0 Answers  


What is RTRT tool?can it be used for automation?can it work on packet PC?

3 Answers  


How compile and run c++ program in turbo c++?

0 Answers  


what is Member Functions in Classes?

0 Answers  


What is virtual base class?

0 Answers  


What is the difference between Pointer and a Reference? When you would use them?

4 Answers   Wipro,


Define a nested class.

0 Answers  


Categories