700+ câu trắc nghiệm Ngôn ngữ lập trình C có đáp án - Phần 6

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ích

Chọn đáp án D