单项选择题
下列程序的输出结果是( )。 #include <iostream.h> int b=2; int func(int *A) { b + = *a;return(B) ;} void main( ) { int a=2,res=2; res + = func(&A) ; cout < < res;}
单项选择题 用树形结构表示实体之间联系的模型是______。
单项选择题 在一个派生类对象结束其生命周期时【 】
单项选择题 C++语言中类定义中默认的访问权限是( )。