A

Admin • 833K Points
Coach

Q. What is the output of this program?

Code:
main()
{
struct
{
int i;
}xyz;
(*xyz)->i=10;
printf(“%d”,xyz.i);
}
  • (A) 10
  • (B) program will not compile
  • (C) address of I
  • (D) None of these
  • Correct Answer - Option(A)
  • Views: 16
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.