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 upcasting in C++?
Can you sort a set c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is the difference between set and map in c++?
How are Structure passing and returning implemented by the compiler?
What is data abstraction? How is it different from data encapsulation?
Can we make copy constructor private in c++?
What is std :: flush?
how to connect with oracle 9i with server in socket program in c/c++
What do you mean by volatile and mutable keywords used in c++?
Explain the auto storage classes in c++.
What is the benefit of encapsulation?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is the C-style character string?
How do I start a c++ project?