What is the difference between "calloc" and "malloc"?
Answer Posted / edwin
malloc - create the memory space
calloc-calculate the memory space
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How a pointer differs from a reference?
What are inline functions? What is the syntax for defining an inline function?
What flag means?
What's the "software peter principleā?
What is function overloading c++?
What is a breakpoint?
How to access a variable of the structure?
Why do you use the namespace feature?
How is computer programming useful in real life?
Which software is best for coding?
Explain the virtual inheritance in c++.
Difference between pass by value and pass by reference?
What c++ library is string in?
When do we use copy constructors?
What does #define mean in c++?