What is the difference between malloc, calloc and realloc?


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

Post New Answer

More C++ Interview Questions

What kind of problems does name mangling cause?

0 Answers   Amazon,


What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,


What is C++11?

0 Answers   Adobe,


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,






What is name mangling/name decoration?

0 Answers   Amazon,


Explain the operator overloading feature in C++ ?

0 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


How do you work around them?

0 Answers   Amazon,


C++ Public access specifier instead of Private – What is bad ?

0 Answers  


How to delete array of objects in C++? Proof by C++ code for proper deletion

0 Answers  


Briefly explain various access specifiers in C++.

0 Answers   Amdocs,


Categories