Question: For c++: Suppose two strings are declared as string s1 = ABC and string s2 = DEFG. Which of the following expression evaluates to true?
For c++:
Suppose two strings are declared as string s1 = "ABC" and string s2 = "DEFG". Which of the following expression evaluates to true?
| s1 <= s2 |
| s1 == s2 |
| s1 > s2 |
| s1 >= s2 |
| s1 < s2 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
