1.

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[5]
C. arr[0]
D. arr[4]
Answer» C. arr[0]


Discussion

No Comment Found