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
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