Examveda
Examveda

What is the result of the expression &array[0] in C, where array is an integer array?

A. Address of the first element in the array

B. Value of the first element in the array

C. Size of the array

D. Type of the array

Answer: Option A


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer