Q. What will be in strName after the following code is executed?
Code:
strName="Joanne Hashen" strName=strName.Insert(7,"C.");
β
Correct Answer: (A)
Joanne C. Hashen
strName="Joanne Hashen" strName=strName.Insert(7,"C.");
You must be Logged in to update hint/solution