Question: in c++ Write a function to capitalize the first common character present at the same index in two strings. Example - Input: abc bbc, Output:
Example - Input: abc bbc, Output: aBc bBc.
Hint: You could use the toupper() function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
