Vidyalelo
C Programming · Q6

Pointer

Programming · C Programming · question 6

Q6

What is the result of the expression *ptr in C, where ptr is a pointer to an int?

A.
Address of ptr
B.
Value pointed to by ptr
Answer
C.
Size of ptr
D.
Type of ptr

Answer: Option B

Solution

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