Basic operations

Report a typo

You have an array with numbers:

int numbers[] = { 1, 2, 3, 5, 4, 6 };

Match operations on this array with their results.

Match the items from left and right columns
numbers[0]
numbers[2]
numbers[3]
numbers[4]
numbers[6]
undefined behavior
3
5
4
1
___

Create a free account to access the full topic