单选题 有下列程序段:
typedef struct NODE
{int num;structNODE*next;
} OLD;
下列叙述中正确的是______。
【正确答案】 C
【答案解析】