Question: Write a function to compare two C-strings for equality. Thefunction should return true if the strings are equal and false ifthey are not. Your function
Write a function to compare two C-strings for equality. Thefunction should return true if the strings are equal and false ifthey are not. Your function should ignore case, punctuation, andwhitespace characters. Test your function with a variety of inputstrings.
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
