Ask Question
8 May, 09:56

To create the array variable named ar, you would use : A. int ar;

B. int () ar;

C. int[] ar;

D. None of these

+5
Answers (1)
  1. 8 May, 12:57
    0
    Answer: (C)

    Explanation:

    You can declare it as:

    int[ ] ar; or

    int ar[ ];
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “To create the array variable named ar, you would use : A. int ar; B. int () ar; C. int[] ar; D. None of these ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers