The last element of an array

Report a typo

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?

Select one option from the list
___

Create a free account to access the full topic