Computer Science, asked by gamingumair49, 3 months ago

Consider the array definition
int num [10] = {3, 3, 3);
Pick the Correct answers
Onum [9] is the last element of the array​

Attachments:

Answers

Answered by sahil10august
0

num[9] is last element of the array num.

because last elements of the array is given by the formula (n-1),where n is the length of the array.

Hope it is helpful for you.....

Similar questions