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
AnswerC.
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