Study

Arrayso!

  •   0%
  •  0     0     0

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