What is the difference between "calloc" and "malloc"?
Answer Posted / ven
In addiion, calloc requires two parameters whereas ,malloc
only one
Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
Can we declare a base-class destructor as virtual?
Difference between overloading vs. Overriding
What is virtual destructor ans explain its use?
What are default parameters? How are they evaluated in c++ function?
Can I run c program in turbo c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is a lambda function c++?
What is else if syntax?
What is atoi?
What is data structure in c++?
Can c++ do everything c can?
Should the member functions which are made public in the base class be hidden?
Difference between Abstraction and encapsulation in C++?
What do you mean by early binding?
Explain the uses of static class data?