单项选择题

以下选项中非法的表达式是( )。

A.0<=x<100
B.i=j==0
C.(cha(65+3)
D.x+1=x+1
<上一题 目录 下一题>
热门 试题

单项选择题
若有以下函数首部: int fun(double x[10],int *n) 则下面针对此函数的函数声明语句中正确的是( )。
A.int fun(double x, int *;
B.int fun(double, in;
C.int fun(double *x, int ;
D.int fun(double*, int*);
单项选择题
有以下计算公式: 若程序前面已在命令行中包含math.h文件,不能够正确计算上述公式的程序段是( )。
A.if(x>=0) y=sqrt(; else y=sqrt(-;
B.y=sqrt(; if(x<0) y=sqrt(-;
C.if(x>=0) y=sqrt(; if(x<0) =sqdrt(-;
D.y=sqrt(x>=0x:-;
相关试题
  • 请在以下程序第一行的下划线处填写适当内容...
  • 以下程序的功能是将宁符串s中的数字字符放...
  • 设有说明;struct DATE {int year; i...
  • 以下sstrcpy()函数实现字符串复制,即将t...
  • 以下程序的功能是输入任意整数给n后,输出n...