Which of the following is a properly defined struct?16/25 Which of the following is a properly defined struct?struct {int a;}struct a_struct {int a;}struct a_struct int a;struct a_struct {int a;};Giải thíchChọn đáp án D