What is the difference between "calloc" and "malloc"?
Answer Posted / subhrajit
mallco is used in c language for static memory location in
heap area and i donot no the calloc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is java and c++?
How is computer programming useful in real life?
By using c++ with an example describe linked list?
Describe linkages and types of linkages?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Which software is used for c++ programming?
Describe private, protected and public – the differences and give examples.
What is the C-style character string?
What is c++ namespace?
Why do we use double in c++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is data types c++?
What are references in c++?
What is size of string in c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?