单项选择题
当需要将一个函数bool isnumber(char c)声明为内联函数时,则此内联函数的函数原型为( )。
A.enum bool isnumber(char c);
B.define bool isnumber(char c);
C.inline bool isnumber(char c);
D.extem bool isnumber(char c);
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
软件详细设计的主要任务是确定每个模块的( )。
A.算法和使用的数据结构
B.外部接口
C.功能
D.编程
点击查看答案
单项选择题
下面程序的输出结果是( )。 #include<iostream> using namespace std; int main() int n=10; while(n>7) n--; cout<<11<<','; cout<<endl;
A.10,9,8,
B.9,8,7,
C.10,9,8,7,
D.9,8,7,6,
点击查看答案
相关试题
有如下程序: #include<iostream> usi...
有如下程序: #include<iostream> usi...
若有以下程序: #include<iostream> u...
有如下程序: #inchde<iostream.h> v...
下列类的定义中,有( )处语法错误。 cl...