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

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