Ask Question

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

B. int () ar;

C. int[] ar;

D. None of these

+2
Answers (1)
  1. 25 August, 11:43
    0
    Answer: (C)

    Explanation:

    You can declare it as:

    int[ ] ar; or

    int ar[ ];
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers