Question: Write a program that implements string matching, except now the character '?' in either string matches any single character at the same position in the

Write a program that implements string matching, except now the character '?' in either string matches any single character at the same position in the other string. If both strings have '?' in the same position, the characters match each other. For example, MOON matches M??N W?zar? matches Pizard ??? matches ??? ??????snake matches rattle????? Click here to go back to the main menu
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
