Q.

If we have declared an array described below –
int arr[6];
then which of the following array element is considered as last array element ?

A. arr[6]
B. arr[4]
C. arr[0]
D. arr[5]
Answer» D. arr[5]
2.3k
0
Do you find this helpful?
1

Discussion

No comments yet