Question: What is the output of the following code: string str = ABC; MessageBox.Show(str.IndexOf(a).ToString(); Select one: O a. O b.-1 O c. 1 d. Error Clear

What is the output of the following code: string str = "ABC"; MessageBox.Show(str.IndexOf("a").ToString(); Select one: O a. O b.-1 O c. 1 d. Error Clear my choice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
