UGC NET CS 2014 June-paper-2
May 16, 2024UGC NET CS 2017 Jan -paper-2
May 16, 2024Question 13093 – HCU PHD CS MAY 2014
One way of showing that one string is equal to another string is to compare and match them character by character. What happens if we allow both the strings to be of infinite length?
Correct Answer:
The method fails because we can only show that the two strings are not equal.
The method fails because we can only show that the two strings are equal.
The method works correctly and tells if the strings are equal or not.
The method works only if the strings are numeric.
