题目内容

EMC的含义( )

A. 国际电工委员会
B. 国际标准化组织
C. 技术委员会
D. 电磁兼容性

查看答案
更多问题

IEC的全称是()

执行以下程序段后,变量x,y,z的值分别为()。int a=1,b=0, x, y, z;x=(--a==b++)?--a:++b;y=a++;z=b;

A. x=0,y=0,z=0
B. x= -1,y= -1,z= 1
C. x=0,y=1,z=0
D. ­x= -1,y= 2, z= 1

以下程序的运行结果是()。#include "stdio.h"void main(){ int a=2,b= -1,c=2; if (a

A. 0
B. 1
C. 2
D. ­ 3

选择出不合法的if语句(设int x,a,b,c;)( )

A. if(a= =b) c++;
B. if(a<=b) c++;
C. if(a<>b) c++;
D. if(a>=b) c++;

答案查题题库