Question: -) Write down a C/C++ function to Get a string as an argument and Count the number of digits and letters in the string, Consider

-) Write down a C/C++ function to Get a string as an argument and Count the number of digits and letters in the string, Consider the following prototype: void StrDigitLetterCount (char[]); Get a string as an argument and convert all the Lowercase letters into Uppercase letters and keep the Uppercase letters untouched. Consider the following prototype: void String2Upper (char[])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
