Choose selective differences between an array in c# and array in other programming languages.
Posted: Wed Jul 13, 2022 7:56 pm
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
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