Question: // This function should determine if two strings are equal // if they are return TRUE // otherwise return FALSE // When implementing this function,

// This function should determine if two strings are equal // if they are return TRUE // otherwise return FALSE // When implementing this function, use recursion. / HINTS: - The end of a string is denoted by'0 - If you are getting a segmentation fault then you should probably check if s1 or s2 are NULL - "char c! *s1;' w111 give you the first character in s1 // int string_compare (const char s1, const char * s2) return FALSE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
