Question: In C++11, assuming mychar is a char variable and mystring is a string , what is the value of mychar after the following statement executes?
In C++11, assuming mychar is a char variable and mystring is a string, what is the value of mychar after the following statement executes? mychar = mystring.front();
Question 19 options:
| |||
| |||
| |||
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
