What will be output of Text variable of below Code?

string text = "Vishal Kumar Neeraj Pune";
string[] str_array = text.Split(',');
text = str_array[4];

 Posted by vishalneeraj-24503 on 12/18/2013 | Category: C# Interview questions | Views: 3984 | Points: 40
Select from following answers:
  1. Vishal
  2. Pune
  3. Neeraj
  4. None of these.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response