Question

Which statement is false?
a) The brackets used to enclose the subscript of an array are not an operator in C.
b) To refer to a particular element in an array, we specify the name of the array and the position number of the element in the array.
c) The position number within an array is more formally called a subscript.
d) "Array element seven" and the "seventh element of an array" do not mean the same thing. This is a frequent source of off-by-one errors.

Answer

This answer is hidden. It contains 3 characters.