假定一个结构类型的定义为 “struct D{int a; D* next;};”,则该类型的长度为()。
A:4
B:8
C:12
D:16
出自:国家开放大学《C语言程序设计A》