当前位置: 答题翼 > 问答 > 其他 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

以下选项中不能正确把 cl 定义成结构体变量的是 ______ 。 1 . typedefstruct {intred; int green; int blue; } COLOR; COLOR cl; 2 . structcolor cl { int red; int green; int blue; }; 3 . structcolor { int red; int green; int blu


以下选项中不能正确把 cl 定义成结构体变量的是 ______ 。 1 . typedefstruct {intred; int green; int blue; } COLOR; COLOR cl; 2 . structcolor cl { int red; int green; int blue; }; 3 . structcolor { int red; int green; int blu

A、1

B、2

C、3

D、4

参考答案
您可能感兴趣的试题
  • 以下哪个选项是被定义为对公司长期投资的管理()A.资本结构B.营运资本管理C.资本预算D.代理成

  • 若有定义和语句:int a,b;scanf("%d,%d",&a,&b);以下选项中的输人数据,不能把

  • 有以下结构体说明和变量的定义,且指针p指向变量a,指针q指向变量b。则不能把节点b连接到

  • 如果要把常量327存入变量a中,a不能定义成char类型。()

  • 概要设计是软件系统结构的总体设计,以下选项中不属于概要设计的是()A)把软件划分成模块 B)确定

  • 若有定义和语句:int a b;scanf("%d %d" &a &b);以下选项中的输人数据 不能把