What is the difference between "calloc" and "malloc"?
Answer Posted / shweta
calloc initializes memory with 0 while malloc doesn't
initializes.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
Is c++ a good beginners programming language?
What is c++ and its features?
What is a try block?
Difference between strdup and strcpy?
What is anonymous object in c++?
Write a code/algo to find the frequency of each element in an array?
What is a hash function c++?
What is helper in c++?
Define pointers?
Will a catch statement catch a derived exception if it is looking for the base class?
How to defines the function in c++?
What is the use of setfill in c++?
Is c++ a dying language?
Can you declare an array without a size in c++?
What is the difference between interpreters and compilers?