單項(xiàng)選擇題用于返回本地套接字地址的函數(shù)是()。

A.socket
B.getsockname
C.getpeername
D.getsocket


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在使用一個(gè)線程屬性對象之前,必須對其進(jìn)行初始化,()函數(shù)完成對線程屬性對象初始化。

A.pthread_init
B.pthread_attr_create
C.pthread_attr_destroy
D.pthread_attr_init

2.單項(xiàng)選擇題()用來初始化一個(gè)互斥鎖。

A.pthread_mutex_init
B.pthread_mutex_create
C.pthread_mutex_begin
D.pthread_mutex_lock

3.單項(xiàng)選擇題可以使用下面的()函數(shù)將一個(gè)線程掛起。

A.pthread_self
B.pthread_pause
C.pthread_join
D.pthread_exit

4.單項(xiàng)選擇題要結(jié)束一個(gè)線程,需要調(diào)用()函數(shù)。

A.exit
B.pthread_quit
C.pthread_exit
D.return

5.單項(xiàng)選擇題在POSIX中,線程是用()動(dòng)態(tài)地創(chuàng)建。

A.pthread_self
B.pthread_create
C.create_pthread
D.pthread_new