Q:

Choose the correct statements

0

Choose the correct statements


  1. An array size can not changed once it is created.
  2. Array element value can be changed any number of times
  3. To access Nth element of an array students, use students[n-1] as the starting index is 0.
  4. None of these

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Predict the output of below code:... >>
<< Point the correct statement...