MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| 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 as in other programming languages |
| D. | All of the mentioned |
| Answer» B. It is necessary to declare size of an array with its type | |