Given the array a, write an expression that refers to the first element of the array.
LANGUAGE: C++
CHALLENGE:
Given the array a, write an expression that refers to the first element of the array.
SOLUTION:
a[0]
Given the array a, write an expression that refers to the first element of the array.
a[0]