Vidyalelo
C# Programming · Q90

Arrays and Strings in C Sharp

Programming · C# Programming · question 90

Q90

Choose selective differences between an array in c# and array in other programming languages.

A.
Declaring array in C# the square bracket([]) comes after the type but not after identifier
Answer
B.
It is necessary to declare size of an array with its type
C.
No difference between declaration of array in c# as well as in other programming languages
D.
All of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board