Multiple choice Name of the function which dynamically allocates the memory during the runtime. free( ) malloc( ) realloc( ) Calloc( ) 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.