main()
{
struct
{
int i;
}xyz;
(*xyz)->i=10;
printf("%d",xyz.i);
}
a) program will not compile
b) 10
c) god only knows
d) address of i
Learn C programming skills, test your c skill. C Interview questions.
No comments:
Post a Comment