Sail E0 Webinar
Question
Find the output of the following program.void main(){ printf("%d, %d", sizeof(int *), sizeof(int **));}
Options:
A .  4, 4
B .  2, 2
C .  0, 2
D .  2, 4
E .  2, 0
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers