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 is abstraction in c++?
What is insertion sorting?
What is a storage class? Mention the storage classes in c++.
Explain object slicing in c++?
What is the difference between a reference and a pointer?
Why cout is used in c++?
What is c++ in english?
Is c++ slower than c?
What is the use of volatile variable?
When does the c++ compiler create temporary variables?
Difference between inline functions and macros?
Explain the differences between list x; & list x();.
In what situations do you have to use initialization list rather than assignment in constructors?
Is it possible for a member function to delete the pointer, named this?
Is c# written in c++?