Question: write in C Write your own function that receives two strings and compares the input strings. If two strings are same, return 1; otherwise, return
Write your own function that receives two strings and compares the input strings. If two strings are same, return 1; otherwise, return 0. char string1 [80]; char string2 [80]; Enter tuo strings: strl stri strl and stri are equal. Enter two strings: he1loword he1lo helloword and hello are not equal. Enter tuo strings: stringi string2 stringl and string2 are not equal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
