Multiple Choice
string sValue = "Life is about choices";
String [ ] sn = sValue.Split(' ') ;
After the above segment of code is executed, where is "choices" stored?
A) sn[0]
B) sn[4]
C) sn[3]
D) sValue
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q52: With a two dimensional array, when the
Q53: Normally you will want to use two
Q54: A two dimensional array is accessed much
Q55: Collection classes are classes that enable you
Q56: string [ , ] name = new
Q58: The property _ returns the number of
Q59: _ class represents a simple last-in-first-out (LIFO)
Q60: In C#, the string type allows individual
Q61: Which of the following is an example
Q62: The _ method adds an object to