Computer Science, asked by krajdeep0007, 6 months ago

write a program to accept a character and convert the character into lower case if it is in a upper case​

Answers

Answered by naturrbeatutiful
0

Answer:

it is incomplete question

Answered by prabirsarkar1464
5

Answer:

An array of char type s[100] is declared which will store the entered string by the user. Then for loop is used to convert the string into lower case string and if block is used to checkthat if characters are in uppercase then, convert them in lowercase by adding 32 to their ASCII value.

Explanation:

plz follow me and mark me as a brainlist✌ plz

Similar questions