Multiple choice Which keyword is used to find the last occurrence of a given character in a string? strchr strrchr strstr strnset strset Reveal answer Fill a bubble to check yourself B Correct answer Explanation String is a collection of characters. To find the last occurrence of a given character in a string, the keyword “strrchr” is used.