Top

Discussion

Which of the following is a properly defined struct?

  • A.struct {int a;}
  • B.struct a_struct {int a;}
  • C.struct a_struct int a;
  • D.struct a_struct {int a;};

Answer: D

No answer description available for this question

No comment is present. Be the first to comment.
Loading…

Post your comment