100+ câu trắc nghiệm Lập trình C/C++ có đáp án - Phần 2

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