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


Explain Memory Allocation in C/C++ ?


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

Post New Answer

More C++ General Interview Questions

What size is allocated to the union variable?

0 Answers  


What is the role of C++ shorthand's?

0 Answers   TCS,


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 the difference between new() and malloc() in c++?

0 Answers  


Differentiate between the message and method?

1 Answers  


Give example of a pure virtual function in c++?

0 Answers  


What is the first name of c++?

0 Answers  


What are the various storage classes in C++?

0 Answers   Fidelity,


Mention the ways in which parameterized can be invoked.

0 Answers  


diff between pointer and reference in c++?

1 Answers  


What is an Iterator class?

1 Answers  


What are the storage qualifiers?

0 Answers  


Categories