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...


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


What is a container class? What are the types of container classes in c++?

0 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


How to declare an array of pointers to integer?

0 Answers  


5. Can inline functions have a recursion?

4 Answers  


How do I tokenize a string in c++?

0 Answers  


Explain the problem with overriding functions

0 Answers  


What is the full form of stl in c++?

0 Answers  


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


Explain virtual destructor?

0 Answers  


Define basic type of variable used for a different condition in C++?

0 Answers  


What are the 3 levels of programming languages?

0 Answers  


Categories