Help me in solving CSTRMCQ2 problem

My issue

Can you explain the answer for this question?

My code

8262

Learning course: Strings using C
Problem Link: Multiple Choice Question Practice Problem in - CodeChef

@harishd07

Correct Answer:

For all i, either X[i] == Y[i], or at least one of X[i] and Y[i] should be '?'.

Okay