asked 35.8k views
4 votes
To create the array variable named ar, you would use :A. int ar;

B. int() ar;
C. int[] ar;
D. None of these

1 Answer

4 votes

Answer: (C)

Step-by-step explanation:

You can declare it as:

int[ ] ar; or

int ar[ ];

answered
User Dorje
by
8.1k points

No related questions found