Sail E0 Webinar
Question

What will be the output of the following program :
#include<stdio.h>
void main()
{
int (*a)[5];
printf("%d %d",sizeof(*a),sizeof(a));
}
Options:
A .  Compile error
B .  2 5
C .  5 2
D .  None of these
Answer: Option D




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