Please help language = C++ Write a function equalsIgnoreCase, which receives two char arrays and their sizes, and retums true if the two char arrays contain the same characters irrespective of the...


Please help


language = C++



 Write a function equalsIgnoreCase, which receives two char arrays and their sizes, and
retums true if the two char arrays contain the same characters irrespective of the case. For
example, for character arrays 'a' , 'B' , 'c'} and {'A', 'b', 'c'}, the function returns true, but for
{'a', 'B', 'c') and (a. B'), or {'a'. 'B', 'c') and {'X', 'b', 'z'), the function returns false. The
prototype would be:
bool equalsignorecase ( char[] ar1., int size1,char[] ar2  int size2);



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here