Computer Science, asked by rajarshisamanta99, 9 months ago

Write a program in C to convert characters of a string into lower case.

Answers

Answered by ashamonu08gmailcom
0

Answer:

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.

Explanation:

Please mark as branliest and give thanks to the answer ❤️❤️❤️

Answered by itzstylishqueen2
0

Answer:

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.

Explanation:

please mark as BRAINLIAST if it helped u

Similar questions