Vidyalelo
C Programming · Q11

Pointer

Programming · C Programming · question 11

Q11

What is the result of the expression &variable in C, where variable is a variable of type int?

A.
Address of variable
Answer
B.
Value of variable
C.
Size of variable
D.
Type of variable

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board