Question: C not C++ Name this program two.c- This program reads two strings and uses a function to determine whether or not the two strings are

C not C++
Name this program two.c- This program reads two strings and uses a function to determine whether or not the two strings are the same if you ignore case (it does not matter if a given character in the string is upper-case or lower-case). The function ignoreCase returns a 1 if the strings are identical (ignoring case) and returns 0 otherwise. Write ignoreCase # include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
