Question: This is for C++ When given two strings as input, we must write a program that checks if one string is a substring of the

This is for C++
When given two strings as input, we must write a program that checks if one string is a substring of the other. If so, capitalize substring then print the new capitalized string. We must also ignore case when comparing strings Use old style c-strings (character arrays) or the string (#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
