单项选择题

以下结构类型可用来构造链表的是______ 。

A.street aaint a;int *b;;
B.struct bb int a;bb*b;;
C.struct ccint *a;cc b;;
D.struct dd int *a;aa b;;