Question:Which of the following is a correct way to declare an array in C#? 

A int[] arr = new int[5]; 

B int arr[5]; 

C array int arr = new array(5); 

D int arr = new int[]; 

+ Answer
+ Explanation
+ Report
Total Preview: 16

Copyright © 2024. Powered by Intellect Software Ltd