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


How does free know the size of memory to be deleted


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

Post New Answer

More C++ Interview Questions

What are string library functions(syntax).

0 Answers   Accenture,


What is a memory leak in C++?

0 Answers   Agilent,


Write a syntax and purpose of switch statement.

0 Answers   Agilent,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is function overloading and operator overloading in C++?

0 Answers   IBS, TCS,


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,


It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


When would you use a pointer? A reference?

0 Answers   Amazon,


What is constant keyword in C++? Illustrate its various uses.

0 Answers   Akamai Technologies, Infogain,


What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,


What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


Categories