What is the difference between "calloc" and "malloc"?
Answer Posted / subhrajit
mallco is used in c language for static memory location in
heap area and i donot no the calloc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are associate containers?
Comment on local and global scope of a variable.
What is anonymous object in c++?
What do you mean by volatile and mutable keywords used in c++?
When can I use a forward declaration?
What is the use of data hiding?
What is this pointer in c++?
What is #include iostream in c++?
what is a class? Explain with an example.
Why struct is used in c++?
What do you understand by a pure virtual member function?
Does c++ vector allocate memory?
Is eclipse good for c++?
What is fixed in c++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?