What are the string handling functions available to change the string into lower or upper case
Answers
Answered by
0
Answer:
Explanation:
Strlwr function converts a string to lower case, and strupr function converts a string to upper case. Here we will change string case with and without strlwr and strupr functions. These functions convert the case of alphabets and ignore other characters that may be present in a string.
Similar questions