【单选题】【消耗次数:1】
假定有“struct BOOK{char title[40];float price;} book;”,则正确的语句为( )。
struct BOOK x=
struct BOOK *x=
struct BOOK x=calloc(BOOK);
struct BOOK *x=BOOK;
参考答案:
复制
纠错
相关题目
【单选题】 假定有“struct BOOK{char title[40];float price;};struct BOOK *book;”,则不正确的语句为( )。
①  struct BOOK *x=malloc(book);
②  struct BOOK x={“C++ Programming”,27.0};
③  struct BOOK *x=malloc(sizeof(BOOK));
④  struct BOOK **x=
【单选题】 假定有“struct BOOK{char title[40];float price;};struct BOOK *book;”,则不正确的语句为( )。
①  struct BOOK *x=malloc(book);
②  struct BOOK x={“C++ Programming”,27.0};
③  struct BOOK *x=malloc(sizeof(BOOK));
④  struct BOOK **x=
【单选题】 假定有“struct BOOK{char title[40];float price;} book;”,则正确的语句为( )。
①  struct BOOK x=
②  struct BOOK *x=
③  struct BOOK x=calloc(BOOK);
④  struct BOOK *x=BOOK;
【单选题】 There is [填空] old book.[填空] old book is Doctor Wangs.
①  an,The
②  the,An
③  a,The
④  the,The
【判断题】 This book is worth $10.
①  正确
②  错误
【判断题】 The fly was killing by?a book.
①  正确
②  错误
【单选题】 ______, this book is not very difficult.
①  Generally say
②  Generally saying
③  Generally speak
④  Generally speaking
【单选题】 The book is _______ and I’m ______it.
①  A. interesting,interesting
②  B.nterested,interested
③  C.interesting, interested
④  D.interested, interesting
【单选题】 Is that book ______ he borrowed on Friday?
①  that
②  which
③  the one
④  who
【单选题】 How many books do you have? I have [填空] book.Thats [填空] English book.
①  a,an
②  a,one
③  on,an
④  one,one
随机题目
【单选题】 将一个关系的主键作为属性放在其他表中,这时,第二个关系中的那个属性就称为()。
①  主键
②  组合键
③  候选键
④  外键
【单选题】 系统的适应性维护是一项长期的有计划的工作,其内容不包括()。
①  数据的整理
②  系统功能的增设、修改
③  系统结构的调整、更新与扩充
④  系统缺陷的记录、分析与解决方案的设计
【单选题】 管理信息系统的日常维护不包括()。
①  各种设备的保养与安全管理
②  简易故障的诊断与排除
③  易耗品的更换与安装
④  系统数据结构的调整与扩充
【单选题】 最常用的数据模型是()。
①  层次模型
②  网状模型
③  关系模型
④  星形模型
【单选题】 系统总体结构设计的思想是()。
①  系统化思想和层次性思想
②  简单性和经济性思想
③  结构化和模块化设计思想
④  自顶向下分析和自底向上设计的思想
【单选题】 实体联系图中用菱形表示()。
①  实体
②  联系
③  联系类型
④  属性
【单选题】 属于战术控制层的管理者是()。
①  监理
②  科室负责人
③  生产主管
④  副董事长
【单选题】 可行性研究的内容一般包括()。
①  技术、经济、管理和社会的可行性研究
②  技术、管理和开发的可行性研究
③  经济、管理和开发的可行性研究
④  经济、社会和开发的可行性研究
【单选题】 可行性分析的内容不包括()。
①  系统运行的可行性
②  技术上的可行性
③  经济上的可行性
④  政治上的可行性
【单选题】 最古老的信息系统开发方法是()。
①  生命周期法
②  结构化系统开发方法
③  原型法
④  面向对象法