What is the difference between "calloc" and "malloc"?
Answer Posted / srikanth
MALLOC ASSIGNS O VALUE , WHERE AS CALLOC ASSIGNS GARBAGE
VALUE.
Is This Answer Correct ? | 3 Yes | 27 No |
Post New Answer View All Answers
What is the type of this pointer in c++?
What are the advantages of c++?
What is java and c++?
What is the sequence of destruction of local objects?
What is meant by iomanip in c++?
Explain the problem with overriding functions
What is scope in c++ with example?
What things would you remember while making an interface?
Name the operators that cannot be overloaded in C++?
What is the disadvantage of using a macro?
How do you establish a has-a relationship?
What is a set in c++?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Why do we use constructor?
How does class accomplish data hiding in c++?