【单选题】【消耗次数:1】
假定有“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;
【单选题】 假定有“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
【单选题】 The book is _______ and I’m ______it.
①  A. interesting,interesting
②  B.nterested,interested
③  C.interesting, interested
④  D.interested, interesting
【判断题】 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
【单选题】 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
随机题目
【单选题】 一个完整的多媒体计算机系统,应包含三个组成部分,它们是_____。
①  多媒体硬件平台、多媒体软件平台和多媒体创作工具
②  文字处理系统、声音处理系统和图像处理系统
③  主机、声卡和图像卡
④  微机系统、打印系统和扫描系统
【单选题】 VCD的容量一般为_______左右。
①  650M
②  900M
③  1.5G
④  4.7G
【单选题】 多媒体的关键技术不包含________。
①  信息的同步处理
②  信息的存储
③  信息的压缩
④  信息的检验
【单选题】 在面向对象分析时,寻找候选类之间的关联一般使用
①  名词词组策略
②  动词词组策略
③  副词词组策略
④  形容词词组策略
【判断题】 主题层一般是按照问题域来进行划分的
①  正确
②  错误
【单选题】 在白盒测试中,点覆盖和下面哪个逻辑覆盖等价
①  语句覆盖
②  判定覆盖
③  条件覆盖
④  条件组合覆盖
【单选题】 在面向对象分析时,寻找候选类一般使用
①  名词词组策略
②  动词词组策略
③  副词词组策略
④  形容词词组策略
【单选题】 在面向对象分析中,类图中的( )需要在动态模型和功能模型建立以后进一步完善
①  类名
②  属性
③  操作
④  关联
【单选题】 以下哪个不是复杂问题对象模型的层次
①  主题层
②  类与对象层
③  属性层
④  用例层
【单选题】 在基于UML的系统用例图中,用例用什么符号表示
①  矩形
②  椭圆
③  人形符号
④  直线