Vidyalelo
C Programming · Q23

Pointer

Programming · C Programming · question 23

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
Answer
B.
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