Vidyalelo
C Programming · Q2

Pointer

Programming · C Programming · question 2

Q2

What is the result of the expression sizeof(int*) in C, assuming an int pointer on a typical system?

A.
4
Answer
B.
8
C.
2
D.
1

Answer: Option A

Solution

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