c-programming

C Program – Convert string from Uppercase to Lowercase!

Let’s write an useful C program today. This C Program will convert any Uppercase string to Lowercase.

For this, we are going to use tolower() function which is already available in C itself.

Read the comments in the above program to understand how it works.

Output of the above program will be:

Enjoy the day!

Related Posts

Leave a Reply