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 //

// 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!