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
What are arrays c++?
What is the C-style character string?
Do you know what is overriding?
List the special characteristics of constructor.
What is c++ redistributable?
Write about the access privileges in c++ and also mention about its default access level?
What are manipulators used for?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What are virtual functions in c++?
What is #include iomanip?
Define friend function.
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Explain the uses of static class data?
Explain mutable storage class specifier.
Is string an object in c++?