pick out the odd one out of the following
a.malloc()
b.calloc()
c.free()
d.realloc()
Answer Posted / mannucse
c.free()
| Is This Answer Correct ? | 58 Yes | 3 No |
Post New Answer View All Answers
How do you list files in a directory?
difference between Low, Middle, High Level languages in c ?
What are the two forms of #include directive?
Explain what are the advantages and disadvantages of a heap?
What are the disadvantages of external storage class?
What are external variables in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How can I read a binary data file properly?
What is a structure and why it is used?
Explain what is the difference between text files and binary files?
Which is better between malloc and calloc?
Write a program to print "hello world" without using a semicolon?
How can I dynamically allocate arrays?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What are volatile variables in c?