单选题 有以下程序段
typedef struct node(int data; struct node *next;) *NODE;
NODE p;
以下叙述中正确的是______。

【正确答案】 C
【答案解析】