

InterviewSolution
Saved Bookmarks
1. |
The sorting sequence of the strings A1,23,1A will be ______________(a) 23 > A1 > 1A(b) 23 < 1A > A1(c) A1 > 1A > 23(d) A1 < 1A < 23I had been asked this question during an interview.Question is from Unicode topic in section Computer Codes of Computer Fundamentals |
Answer» Correct option is (d) A1 < 1A < 23 |
|