填空题

若下面程序运行时输出结果为:
1,A,10.1
2,B,3.5
请将程序补充完整。
#include<iostream>
using namespace std;
int main()
void test(int, char,double______);
test(1, ’A’, 10.1);
test(2, ’B’);
return 0;
void test(int a, char b, double c)
cout<<a<<’,’<<b<<’,’<<c<<end1;

答案: =3.5
题目列表

你可能感兴趣的试题

填空题

软件开发环境是全面支持软件开发全过程的______集合。

答案: 软件工具
填空题

类中数据成员和成员函数的默认访问级别为______。

答案: 私有 或private
微信扫码免费搜题