What is the difference between "calloc" and "malloc"?
Answer Posted / vijay
Calloc allocates the array of blocks of memory whearas
malloc allocates the memory of the size given as an
argument.
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How many types of modularization are there in c++?
What is const pointer and const reference?
Can you please explain the difference between overloading and overriding?
what do you mean by volatile variable?
What are the vectors in c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What are the advantages of c++ over c?
What is flush c++?
What do you mean by overhead in c++?
Is vector a class in c++?
What does flush do c++?
What data encapsulation is in c++?
What is setbase c++?
How many types of scopes are there in c++?
What is the use of c++ programming language in real life?