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
What is endl c++?
Can malloc be used in c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What are the five basic elements of a c++ program?
What is meant by forward referencing and when should it be used?
When can I use a forward declaration?
Why is null pointer used?
What are the advantages of using a pointer?
What is the difference between prefix and postfix versions of operator++()?
What does ctime() do?
Does c++ have finally?
Which is most difficult programming language?
What is the purpose of extern storage specifier?
Explain storage qualifiers in c++.
How we can differentiate between a pre and post increment operators during overloading?