Array Example const size_t P_Dim = 3; double point[P_Dim]; *point = 42.0; Using an array name as a value Gives a pointer to the first element What about the other elements?