Các bạn thảo luận đáp án nhé, bài test lấy từ http://www.indiabix.com/online-test/c-programming-test/11
17.What is the output of the program?
typedef struct data;
{
int x;
sdata *b;
}sdata;
- A. Error: Declaration missing ‘;’
- B. Error: in typedef
- C. No error
- D. None of above