Question: Write function to compare two C-Strings for equality. The function should return true if the strings are equal and false if they are different. Your
Write function to compare two C-Strings for equality. The function should return true if the strings are equal and false if they are different. Your function should ignore case, punctuation, and whitespace characters. Test your function with a variety of input strings.
(Must be in c++)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
