Question: Given the following code: string name1; string name2; name1 = Mark; name2 = mary; what is the result of the relational expression cout <
Given the following code:
string name1; string name2; name1 = "Mark"; name2 = "mary";
what is the result of the relational expression cout<
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
