void ToLower(char &); char sVal1 = 't' ; use ToLower to convert sVal1 to lower case ToLower (sVal1); Show Answer