Multiple choice technology programming languages Which function is used to remove a key – value pair from hash Remove Unhash Delete Rub Reveal answer Fill a bubble to check yourself C Correct answer Explanation The delete() function in Perl removes a key-value pair from a hash. There is no built-in 'unhash' or 'rub' function in Perl, and 'remove' is not a standard Perl function for hash operations.