Where Malloc(), Calloc(), and realloc() does get memory?


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

Post New Answer

More C++ General Interview Questions

What is a base class?

0 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


which is the easy way to divide any integer by 2?

2 Answers   Persistent,


What is object in c++ wikipedia?

0 Answers  


When can you tell that a memory leak will occur?

1 Answers  






What is a local reference?

0 Answers  


What is the use of structure in c++?

0 Answers  


What is flush c++?

0 Answers  


What are the various operations performed on stack?

0 Answers  


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.

2 Answers   Nagarro,


How are pointers type-cast?

0 Answers   iNautix,


Categories