Multiple choice

Name of the function which dynamically allocates the memory during the runtime.

  1. free( )

  2. malloc( )

  3. realloc( )

  4. Calloc( )

  5. Garbage

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This function allocates the memory and returns the pointer to the allocated memory.