Latest TCS Aptitude Question SOLUTION: What function should be used to free the memory allocated by calloc() ? 1. free(); 2. malloc(variable_name, 0) 3. dealloc(); 4. memalloc(variable_name, 0)