In the book, \"Understanding and Using C Pointers\" by Richard Reese it says on page 85,
int vector[5] = {1, 2, 3, 4, 5}; The
int vector[5] = {1, 2, 3, 4, 5};
The