单项选择题
执行语句序列
int i=0;while(i<25)i+=3;cout<<i;
输出结果是
A.24
B.25
C.27
D.28
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
已知程序中已经定义了函数test,其原型是int test(int, int, int);,则下列重载形式中正确的是
A.char test(int,int,int);
B.double test(int,int,double);
C.int test(int,int,int=0);
D.float test(int,int,float=3.5F);
点击查看答案&解析
单项选择题
数据库系统的核心是
A.数据模型
B.数据库管理系统
C.软件工具
D.数据库
点击查看答案&解析
相关试题
若有以下程序: #include<iostream> u...
有以下程序 #include<iostream> using...
有以下程序: #include <iostream> u...
若有以下程序: #include<iostream> u...
下列关于队列的叙述中正确的是