Q:

Syntax of accessing the seventh element

1

Syntax of accessing the seventh element


  1. a{7}
  2. a(7)
  3. a\"7\"
  4. a[7]

All Answers

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

Correct Answer:

a[7]

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:... >>
<< Comment on the below statements with respect to A ...