What is the difference between "calloc" and "malloc"?
Answer Posted / subhrajit
mallco is used in c language for static memory location in
heap area and i donot no the calloc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is virtual destructor? What is its use?
Explain the difference between abstract class and interface in c++?
How can we access protected and private members of a class?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
How do you establish a has-a relationship?
How do I start a c++ project?
Difference between a homogeneous and a heterogeneous container
How are virtual functions implemented in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is the best c++ compiler?
What's the most powerful programming language?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is #include sstream?
Can notepad ++ run c++?