Q23
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
AnswerB.
Value of the first element in the array
C.
Size of the array
D.
Type of the array
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board