Question: Please, solve using c++ [Q.1) Write a function that takes two pointers of different array of characters. The function should return true if the first
Please, solve using c++

[Q.1) Write a function that takes two pointers of different array of characters. The function should return true if the first argument is a subset to the second argument, and false otherwise. For example: "Hello "is a subset to "Hello World", and the sentence "if you" is a subset to "catch me if you can". While, "good bad" is not a subset to "good or bad
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
