Q686
What will be in strName after the following code is executed? strName="Joanne Hashen" strName=strName.Insert(7,"C.");
A.
Joanne C. Hashen
AnswerB.
JoanneC.hashen
C.
Joanne
D.
C.Hashen
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board