Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

What does the following program do assuming a user inputs two strings of the sam

ID: 3599416 • Letter: W

Question

What does the following program do assuming a user inputs two strings of the same length? Also describe what each line of the code does and explain how the program works. #include "stdio.h" #define SIZE 80 int mystery3(censt char "s1, const char "s2): Int main0 char string1 SIZE char string2[SIZE putsl"Enter two strings: scant.sr%795%79s", stringi, string2); printf("The result is %d-mystery(string, string2)); return O; int mystery3(censt char s1, const char "s2) int results result 0; return result;

Explanation / Answer

Answer:

In main method, we are declaring two char arrays representing strings string1, string2 with same SIZE.

After that, we are reading the values for string1 and string2 from console by using scanf statement;

Once we read, we are passing these two arguements to mystery function.

In mystery function, we are checking whether both strings have same characters. Nothing both s1 and s2 have have value. If yes, it will return 1 else it will return 0.

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote