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 in C  write in C Write your own function that receives two strings

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

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!