Q2
What is the result of the expression sizeof(int*) in C, assuming an int pointer on a typical system?
A.
4
AnswerB.
8
C.
2
D.
1
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board