单项选择题

以下合法的赋值语句是 ______。

A.X=Y=100
B.D-;
C.X+Y;
D.
<上一题 目录 下一题>
热门 试题

单项选择题
运行下面的程序,其输出结果为 ______。 main() pintf( %d,%d ,5%-3,-5%3);
A.2,-2
B.-2,2
C.-2,-2
D.2,2
单项选择题
下面的程序执行后,文件test.t中内容是 ______。 #include<stdio.h> void fun(char * fName,char * st) FILE * myf; int i; myf=fopm(fname, w ); for(i=0;i<strlen(st);i++)fputc(st[i],myf); fclose(myf); main()fun( test.t , new world );fun( test.t , hello, );
A.hello,
B.new worldhello
C.new world
D.hello.rld
相关试题
  • 若有如下结构体说明: structSIRU int a...
  • 以下程序段打开文件后,先利用fseek函数将...
  • 下面的程序可对指定字符串中的字符串进行从...
  • 若有定义语句char s [100],d[10...
  • 以下程序运行后的输出结果是 【14】 。...