There is an array of integers named numbers:
int numbers[] = { 1, 2, 3, 5, 4, 6, 4 };How can you get the last element of this array?
There is an array of integers named numbers:
int numbers[] = { 1, 2, 3, 5, 4, 6, 4 };How can you get the last element of this array?
Create a free account to access the full topic