What is the output for the expression,
string[] colors = {"green", "brown", "red", "blue"};
colors.Max(c => c.length);

 Posted by Kmandapalli on 2/4/2014 | Category: ASP.NET MVC Interview questions | Views: 31685 | Points: 40
Select from following answers:
  1. 5
  2. 2
  3. green
  4. green, brown
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response