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
Write a program to show polymorphism in C++?
what is oops and list its features in c++?
What does ios :: app do in c++?
Explain the volatile and mutable keywords.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is stream and its types in c++?
Can comments be longer than one line?
Write about a nested class and mention its use?
What is an adaptor class or wrapper class in c++?
Can non graphic characters be used and processed in C++?
why and when we can declar member fuction as a private in the class?
What is the full form of stl in c++?
Do you know the use of vtable?
What's the most powerful programming language?
What is c++ hiding?