Which of the following is a properly defined struct?41/50Which 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 D