filmov
tv
C Strings 21: Convert a string to uppercase [C Programming]
Показать описание
Write a program in C to convert a string to uppercase.
Expected Output :
Input a string : the quick brown fox jumps over the lazy dog
Result : THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
=================================================
Expected Output :
Input a string : the quick brown fox jumps over the lazy dog
Result : THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
=================================================