Question: What is the function of the void *realloc(void *str, size-t size);?

Options

A : allocates space for an array of str objects, each of whose size is size

B : allocates space for an object whose size is specified by size and whose value is indeterminate

C : changes the size of the object pointed to by str to the size specified by size

D : causes the space pointed to by str to be deallocated, that is, made available for further allocation

Click to view Correct Answer

Next

C Interview General Utilities more questions

Which of the following is a Modifying Sequence Operation?

What are the copies of genes that code for different....

Which of the following is not an immune system disorder?

_________ weir comprises several designs into one structure.

Which of the following functions is performed by loader?

The phenomenon of forming completely new atomic orbitals by intermixing....

What will we not do with function pointers?

The specific task storage manager performs ____________

Soil changes due to erosion is an example of which....

What is called for the succession driven by the biotic....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Endianness

C General Utilities

C Inline

C Interview Dangling Pointers

C Interview Date Time Function

C Interview Mathematical Functions

C Interview String Operations

C Library Multiple Choice

C Localization

C Multiple Choice Character Handling