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
what is scupper?
Write about the members that a derived class can add?
In a function declaration, what does extern mean?
What is a forward referencing and when should it be used?
What is c++ flowchart?
How is c++ different from java?
Is python better than c++?
Which software is best for programming?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Which format specifier is used for printing a pointer value?
What is a stack? How it can be implemented?
What is static class data?
What is a container class? What are the types of container classes in c++?
How is modularity introduced in C++?
What is a loop? What are different types of loops in c++?