
【名词&注释】
程序设计(programming)、字符串(string)、表达式、运算符(operator)
[填空题]SUBSTR("ABCDEF",3,2)的结果是A)AB B)CD C)FE D)CB
查看答案&解析
点击获取本科目所有试题
举一反三:
[单选题]以下程序的执行结果是 ( )。 #include iostream> using namespace std; class sample { private: int x; public: sample (int A) { x=a; } friend double square(sample s); }; double square(sample s) {
A. 30
B. 900
C. 400
[单选题]下面概念中,不属于面向对象方法的是
A. 对象、消息
B. 继承、多态
C. 类、封装
D. 过程调用
本文链接:https://www.zhukaozhuanjia.com/download/xwyqzv.html