List<int> list = new List<int>();
list.Add(44);
list.Add("mystring");
console.writeline(list);
console.writeline(list);

 Posted by Lakn2 on 7/7/2011 | Category: C# Interview questions | Views: 7775 | Points: 40
Select from following answers:
  1. 44,mystring
  2. run time error
  3. 44
  4. complie time error
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Akiii on: 7/7/2011 | Points: 10
nice one.....

Regards
Akiii

Login to post response

More Interview Questions by Lakn2