1.  Consider the 32 bit compiler. We need to store address of integer variable to integer pointer. What will be the size of integer pointer ?

A. 6 Bytes
B. 2 Bytes
C. 4 Bytes
D. 10 Bytes

Answer: Option B

Explanation:

32 bit compiler will take 2 bytes to store address of integer.