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
Specify some guidelines that should be followed while overloading operators?
What is the use of seekg in c++?
When you overload member functions, in what ways must they differ?
What is a .lib file in c++?
Do class method definitions?
What is the need of a destructor? Explain with the help of an example.
Are c and c++ different?
What is a far pointer? where we use it?
what are the characteristics of Class Members in C++?
If a function doesn’t return a value, how do you declare the function?
What are the manipulators in c++?
Explain linked list using c++ with an example?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What is a dynamic binding in c++?
Explain what happens when a pointer is deleted twice?