What is the difference between "calloc" and "malloc"?
Answer Posted / gallanticscorp
calloc means alloting memory dynamically
malloc means alloting memory at first and it is fixed
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How static variables and local variablesare similar and dissimilar?
What are structures and unions?
What are the various arithmetic operators in c++?
What is main function in c++ with example?
Explain overriding.
Why do we use double in c++?
What does #define mean in c++?
what is c++
Which function cannot be overloaded c++?
Why main function is special in c++?
What is basic if statement syntax?
Define 'std'.
Write a c program for binary addition of two 8 bit numbers.
Can constructor be static in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?