Buy Questpond's video subscriptions on
huge discount
.
Online: 2953
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
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:
a
b
a,b
a,c
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
How we can set the size of an Array at runtime?
Next question > :
Can you define what is jagged array in VB.NET?
Comments or Responses
Login to post response
More Interview Questions
Can you define what is jagged array in VB.NET?
How can we sort the elements of the array in descending order?
Is Function procedure returns a value?
If you want to send a no of arguments to single Parameter in a method, ...
How many Parameters of method can be declare as ParamArray Parameter?
Can we use base and this in the same Constructor?
What is ParamArray Parameter?
what is an Immutable variable?