Question: Given the declarations below, using the substr function, which statements will assign First to the name 1 variable and Last to the name 2 variable?
Given the declarations below, using the substr function, which statements will assign "First" to the name variable and "Last" to the name variable?
string name "First Last"; note the space between First and Last
string name;
string name;
a
name name.substr;
name name.substr;
b
name name.substr;
name name.substr;
c
name name.substr;
name name.substr;
d
name name.substr;
name name.substr;
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
