pick out the odd one out of the following
a.malloc()
b.calloc()
c.free()
d.realloc()
Answer Posted / manishsoni
here malloc(),calloc(),realloc)() are the memory allocation
function after allocation of memory free is used to freed
the memory which is allocated by the above function.
so the free is odd term.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What are different storage class specifiers in c?
What is a scope resolution operator in c?
Is there any demerits of using pointer?
What is #include stdio h and #include conio h?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is difference between %d and %i in c?
What do you understand by normalization of pointers?
How can I read/write structures from/to data files?
What are local static variables? How can you use them?
What is #line used for?
What is c programing language?
What are header files in c?
Is array name a pointer?
What is the difference between a function and a method in c?
What is register variable in c language?