某服装厂生产的一批衬衫中,大号和小号各占一半,其中25%是白色的,75%是蓝色的。如果这批衬衫总共有100件,其中大号白色衬衫有10件,问小号蓝色衬衫有多少件?()
下列各句中没有歧义的一句为()。
{ printf("Input the strin9 :");
gets(s);
while(*p)
putchar(*p++);
}}
试题">对下述程序的判断中,正确的是( )。
#include
main()
{ char*p ,s[256];
p=s ;
while(strcmp(s ,"the end"))
{ printf("Input the strin9 :");
gets(s);
while(*p)
putchar(*p++);
}}
在弹出的 alert 文本框中, 实现显示 "HelloWorld" 的 JavaScript 语句是 ________。
数据的存储结构是指( )。
下列创建游标的语法格式中,正确的是 ______。
若有定义“ int a=5 ,b=7;”,则表达式 a%一(b%2) 运算后, a 的值为( )。
下列字符数组初始化语句中,不正确的是( )
以下叙述中不正确的是( )。
}while(k>0&&n<5);
}
试题">有以下程序:程序运行后的输出结果是( )。
main()
{ int k=5 ,n=0;
do
{ switch(k)
{ case 1 :
case 3 :n+=l;k--;break;
defalut :n=0;k--;
case 2 :
case 4 :n+=2;k--;break :
}
printf("%d" ,n);
}while(k>0&&n<5);
}
下列关于事件的描述中,错误的是 ______。
实现一个下拉菜单的 HTML 代码是 _________。