【单选题】【消耗次数: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
随机题目
【简答题】 简述下列术语:数据,数据元素、数据对象、数据结构、存储结构、数据类型和抽象数据类型。
【简答题】 串联文件结构的定义是什么?
【简答题】 多道程序运行有哪些特征?
【简答题】 当中断发生时,必须立即把[填空]保存在主存中,称为保护现场
【简答题】 无结构的流式文件是相关的[填空]的集合
【简答题】 已获得运行所必需的资源,正在处理机上执行的进程处于[填空]状态
【简答题】 多道程序系统中,用户进程数往往多于[填空]的数量
【多选题】 进程调度的准则涉及哪些因素?
①  CPU使用率
②  吞吐量
③  周转时间
④  响应时间
【多选题】 输入设备有哪些?
①  键盘
②  输入机
③  数字化仪
④  模数转换器
【多选题】 操作系统的组织结构包括哪些方面?
①  结构
②  接口
③  界面
④  运行时的结构