单项选择题

模板函数的真正代码是在( )时候产生。

A.源程序中声明函数时
B.源程序中定义函数时
C.源程序中调用函数时
D.运行执行函数时
<上一题 目录 下一题>
热门 试题

单项选择题
下面程序的结果是( )。#include<iostream.h>void main(){char *str;str= test! ;cout<<str[5];}
A.程序错误
B.!
C.'\0'
D.为空字符
单项选择题
关于语句#include<iostream>using namespace std;void main(){cout<<100.8989663<<'';com<<fixed<<100.8989663<<'';cout<<scientific<<100.8989663<<'';}的输出结果为( )
A.100.899 100.898966 1.008990e+002
B.100.8989663 100.898966 1.008990e+002
C.100.899 100.898966 1.008989e+002
D.100.899 100.8989663 1.008989e+002
相关试题
  • 有以下程序:#include <iostream>using...
  • 以下程序中函数scmp功能是返回形参指针s1...
  • 有如下程序:#nclude <iostream>using...
  • 用树形结构来表示实体之间联系的模型称为(...
  • 下列的各类函数中,( )不是类的成员函数。