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 #include iostream?
Which is best c++ or java?
What are c++ stream classes?
What are compilers in c++?
What is #include cmath?
What is set in c++?
Where the memory to the static variables is allocated?
What do you mean by volatile and mutable keywords used in c++?
Explain data encapsulation?
Eplain extern keyword?
Why are pointers not used in c++?
Is c++ an integer?
Can recursive program be written in C++?
Define anonymous class.
Which compiler does turbo c++ use?