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
Why main function is special in c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Difference between Abstraction and encapsulation in C++?
In c++, what is the difference between method overloading and method overriding?
Write a program to interchange 2 variables without using the third one.
Is turbo c++ free?
Comment on local and global scope of a variable.
When can I use a forward declaration?
Explain the difference between abstract class and interface in c++?
What is the type of 'this' pointer?
Why is c++ considered difficult?
What is linked list in c++?
What is difference between c++ 11 and c++ 14?
How can I disable the "echo" feature?
What is the use of seekg in c++?