导航
您当前的位置:首页 > 计算机 > 等级考试
问题:

[单选题]以下结构体类型说明和变量定义中正确的是(  )。

Atypedef struct{int n;char c;}REC; REC t1,t2;

Bstruct REC;{int n;char c;}; REC t1,t2;

Ctypedef struct REC:{int n=0;char c = 'A';} t1,t2; REC t1,t2;

Dstruct{int n;char c;}REC;

答案解析:

相关问题
关于我们 | 用户指南 | 版权声明 | 给我留言 | 联系我们 | 积分商城 | 答案求助 | 网站地图
Copyright © 2024 www.daanwo.com All Rights Reserved