Report Bug
Qus : Given the declaration int arr[3] = {1, 2, 3};, what is the value of *arr?
QusGiven the declaration int arr[3] = {1, 2, 3};, what is the value of *arr?

A. 1
B. 2
C. 3
D. Undefined


Solution
A. 1






Report Bug