RE: Pick out the odd one outA. malloc()B. calloc()C. free()D. realloc()
ya answer is FREE() bcz malloc() is used to allocate single block of memory calloc() is used to allocate multible blocks of memory realloc() is used to reallocate the allocated memory but free()is used to deallocate the memory