Question: ou have declared the following string variable: string name _ manager = Susan; Which of the following statements is a legal assignment statement? Group of
ou have declared the following string variable: string namemanager "Susan"; Which of the following statements is a legal assignment statement?
Group of answer choices
string strp namemanager.cstr;
string str cstrnamemanager;
const char cstr namemanager.cstr;
const char cstr cstrnamemanager;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
