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
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is the use of endl in c++?
Are there interfaces in c++?
What are put and get pointers?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Explain what happens when a pointer is deleted twice?
Why c++ is faster than java?
What is operator overloading in c++ example?
What do you mean by late binding?
How do pointers work?
Why can’t you call invariants() as the first line of your constructor?
Write about all the implicit member functions of a class?
What do the keywords volatile and mean mutable?
Who was the creator of c++?
How can I improve my c++ skills?