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 use of namespace std in C++?
Explain rtti.
Explain the concept of dynamic allocation of memory?
Program to check whether a word is a sub-string or not of a string typed
What is an iterator?
What is a breakpoint?
How do you remove an element from a set in c++?
What is a literal in c++?
What does it mean to declare a member variable as static?
What are virtual functions in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
How the virtual functions maintain the call up?
State the difference between delete and delete[].
What are built-in functions? What is the syntax for the definition?
What are function prototypes?