题目

有以下结构体说明、变量定义和赋值语句 struct STD {  char name[10];  int age;  char sex; }s[5],*ps; ps = &s[0]; 则以下scanf函数调用语句有错误的是(  )。

A、scanf("%s",s[0].name);

B、scanf("%d",&s[0].age);

C、scanf("%c",&(ps->sex));

D、scanf("%d",ps->age);

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

On a pre-existing OAC, which three options can the Infranet Controller overwrite when the useraccesses the Infranet Controller?()

A

SSID

B

login name

C

MAC address

D

wired adapters

E

encryption method

Which additional configuration must be completed when setting up role restrictions using certificates? ()

A、Set up a certificate authentication server.

B、Configure the authentication realm to remember certificate information.

C、Configure the authentication realm to use a certificate server for authentication.

D、Configure a role mapping rule requiring certification information to map user to role.

如果经常执行类似于下面的查询语句SELECT * FROM STUDENT where substr(sname,0,2)=’陈’,应该为STUDENT表的SNAME列创建()索引。

A、B树唯一索引

B、B树不唯一索引

C、基于函数的索引

D、位图索引

采用Select语句返回的结果是一个结果集。用户只能浏览该结果集中的数据,无法对数据进行操作。如果需要逐行对数据进行访问和操作,可以使用()。

A、视图

B、过程

C、函数

D、游标

以下哪个文件系统是*nix系统特有的?()

A、FAT

B、EXT3

C、NTFS

D、FAT32

联系我们 会员中心
返回顶部