mikaylap4385 mikaylap4385 25-01-2024 Computers and Technology contestada Point out the correct statement which correctly frees the memory pointed to by 's' and 'p' in the following program? 1) free(p); 2) free(s); 3) free(p→s); 4) free(p, s);