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
How do c++ struct differs from the c++ class?
What does it mean to declare a member variable as static?
How can a called function determine the number of arguments that have been passed to it?
What is difference between class and function?
List the special characteristics of constructor.
What is the difference between #define debug 0 and #undef debug?
Do class declarations end with a semicolon? Do class method definitions?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Explain linear search.
Explain friend class?
What are put and get pointers?
What are pointers used for c++?
What is :: operator in c++?
What is the use of object in c++?
What is the basic structure of a c++ program?