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
Can you explain the answer for this question?
8262
Learning course: Strings using C
Problem Link: Multiple Choice Question Practice Problem in - CodeChef
Correct Answer:
For all i, either X[i] == Y[i], or at least one of X[i] and Y[i] should be '?'.
Okay