单项选择题

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

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