Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) Declaring array in C# the square bracket([]) comes after the type but not after identifier
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