What function should be used to free the memory allocated by ca June 6, 2022 by admin โช Choose the correct option.What function should be used to free the memory allocated by calloc() ?A. dealloc();B. malloc(variable_name, 0)C. free();D. memalloc(variable_name, 0) Submit Answer