Which of declaration of arrays is valid a)Dim ar(10) as integer b)Dim ar as Integer(10) c)Dim ar(0 to 10) as Integer

 Posted by deccansoft on 9/15/2010 | Category: C# Interview questions | Views: 2550
Select from following answers:
  1. a
  2. b
  3. a,b
  4. a,c

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response