Game Preview

Arrayso!

  •  English    5     Public
    Reminiscing old good memories!
  •   Study   Slideshow
  • What is x[3]?
    array
  •  10
  • Given that char grades[5], how many memory cells are allocated for data storage?
    5
  •  10
  • Given that double x[8], what is the last element?
    x[7]
  •  10
  • Given that int y[10], the value enclosed in brackets is known as
    array subscript
  •  10
  • Given that char code[6], what is the third array element?
    code[2]
  •  10