下面哪个是正确的默认路由(default route)?()。

A:route ip 172.0.0.0 255.0.0.0s0 B:ip route 0.0.0.00.0.0.0 172.16.20.1 C:ip route 0.0.0.0255.255.255.255 172.16.20.1 D:route ip 0.0.0.0255.255.255.0 172.16.10.1150

如何在系统文档中找到关于print这个单词的所有说明?()

A:man print B:which print C:locate print D:apropos print

与route print具有相同功能的命令是______。

A:ping B:arp-a C:netstat-r D:tracert-d

用Print方法在Form1窗体中显示出4个#号的正确代码为( )。

A:Debug.Print"####" B:Print #### C:Form1 Print #### D:Form1.Print"####"

用Print方法在Form1窗体中显示出4个#号的正确代码为( )。

A:Debug.Print "####" B:Print #### C:Form1_Print #### D:Form1.Print "####"

有如下程序: #include<iostream> using namespace std; Class TestClass { private: int x,y; public: TestClass(int i,int j) { x=i; y=j; } Void print( ) { cout<<"print1"<<endl; } void print( )const { cout<<"print2"<<endl; } }; int main( ) { const TestClass a(1,2); a.print( ); return 0; } 该程序运行后的输出结果是( )。

A:print1 B:print2 C:print1 print2 D:程序编译时出错

用Print方法在Form1窗体中显示出4个#号的正确代码为( )。

A:DebuPrint "####" B:Print #### C:Form1_Print #### D:Form1.Print "####"

微信扫码获取答案解析
下载APP查看答案解析