pick out the odd one out of the following
a.malloc()
b.calloc()
c.free()
d.realloc()

Answers were Sorted based on User's Feedback



pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()..

Answer / mannucse

c.free()

Is This Answer Correct ?    58 Yes 3 No

pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()..

Answer / 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

More C Interview Questions

What is restrict keyword in c?

0 Answers  


What is data type long in c?

0 Answers  


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


Explain how do you list files in a directory?

0 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,






Explain what are multidimensional arrays?

0 Answers  


write a programe returns the number of times the character appears in the string

2 Answers  


What is pragma in c?

0 Answers  


which type of aspect you want from the student.

0 Answers   IBM, TCS,


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


Why do we need functions in c?

0 Answers  


What are the 4 data types?

0 Answers  


Categories