22. (C) If the responses array contained an invalid value like 12, the program would attempt to add 1 to freq[12]. This is out of bounds for the freq array.