问题描述:
[单选]
设有以下定义和语句,输出的结果是(用small模式编译,指针变量占2个字节)()。 struct date { long*cat; struct date *next; double dog; }too; printf("%d",sizeof(too();
A.20
B.16
C.14
D.12
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(18.118.11.120)
- 热门题目: 1.以下选项中不属于字符常量的是 2.IEEE802.1标准主要包 3.下列关于重载函数的描述中,(