

MCQOPTIONS
Saved Bookmarks
1. |
Comparison begins at strA[indexA] and strB[indexB] and runs for length of characters$ |
A. | Returns output > 0 for for strA > strB else < 0 for strA < strB else if strA = str B output is 0 |
B. | Comparison is culture sensitive and if ignore case is true, comparison ignores case differences |
C. | All of the mentioned |
Answer» D. | |