C Program to convert lowercase char to uppercase of string
In this tutorial we are going to learn how to write a program in C to convert a lowercase string to uppercase. There are multiple ways to write the program in C for the above problem. Here we will see 3 ways to do this. In this tutorial we will learn writing the C program … Read more