Ex: Write a C program to capitalize a given string. How to write a C program to capitalize given string. C program to capitalize given string.
Input from user:
Enter the string:
tHis IS cOdeForhuNger
Expected output:
String after capitalize:
This Is Codeforhunger
Input from user:
Enter the string:
tHis IS cOdeForhuNger
Expected output:
String after capitalize:
This Is Codeforhunger