题目内容

4. What equipment is needed for the setup of VoIP?

A. Phones and printers.
B. Computers with Internet connection.
C. Phones, printers, and fax machines.
D. Phones and computers with Internet connection.

查看答案
更多问题

5. Which of the following is closest in meaning to “hassle-free”?

A situation in which people enjoy much freedom.
B. People can express their anger freely.
C. Without involving many problems and much effort.
D. People don’t have to be disturbed by after-sales service.

以下对指针说法错误的是()。

A. 指针变量中存放的是地址。
B. 通过指针变量中的地址,可以间接访问指针所指向的变量值。
C. 可以将指针变量初始化为一个空指针。
D. 可以用非0数值作为指针变量的初值

以下对于*p++说法正确的是( )。

A. 表示p指针先自加一,再间接访问p指向的变量值。
B. 表示先取出p指向的变量值,然后变量值自加1。
C. 表示指针变量p中的地址加1。
D. 表示指针p和p指向的变量同时加1

通过子函数实现角色互换,以下哪种方法是有效的()?

A. 用普通变量作形参,在子函数内进行变量值互换。
B. 用指针做形参,在子函数内对指针指向的变量值进行互换。
C. 用指针做形参,子函数内对指针的指向进行互唤。
D. 以上方法均无效

答案查题题库