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


Please Help Members By Posting Answers For Below Questions

What is strcmp in c?

605


How do I convert a string to all upper or lower case?

633


What is a volatile keyword in c?

647


what are bit fields in c?

609


Write programs for String Reversal & Palindrome check

601






What is pointers in c?

663


How do you sort filenames in a directory?

721


Explain the difference between malloc() and calloc() in c?

581


What is C language ?

1533


What is 2 d array in c?

562


Why do we use static in c?

636


What is the purpose of realloc()?

678


explain what are actual arguments?

641


write a program to concatenation the string using switch case?

1564


given post order,in order construct the corresponding binary tree

2327