Question 40 2 pts Assuming char* firstSymbol; is already declared, return a pointer to the first instance of an '!' in userlnput. O firstSymbol = strrchr('', userInput); O firstSymbol = strchr('!', userInput); O firstSymbol = strchr("userInput,!'); O firstSymbol = strchr(userInput, '!');