Chapter 6 - Arrays

Select the single best answer for each question.

1 / 10
  1. Which of the following statements declares an array having 100 elements of type double?

    1.   double fred[0...100];
    2.   double[100] fred;
    3.   double fred[0:100];
    4.   double fred[100];