【单选题】【消耗次数: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
随机题目
【单选题】 栈和队列的共同特点是()。
①  只允许在端点处插入和删除元素
②  都是先进后出
③  都是先进先出
④  没有共同点
【单选题】 下列各种排序算法中平均时间复杂度为O(n2)是()。
①  快速排序
②  堆排序
③  归并排序
④  冒泡排序
【单选题】 设有5000个待排序的记录关键字,如果需要用最快的方法选出其中最小的10个记录关键字,则用下列()方法可以达到此目的。
①  快速排序
②  堆排序
③  归并排序
④  插入排序
【单选题】 若要唯一地确定一棵二叉树,只需知道该二叉树的
①  前序序列
②  中序序列
③  前序和后序序列
④  中序和后序序列
【单选题】 设一组权值集合W={2,3,4,5,6},则由该权值集合构造的哈夫曼树中带权路径长度之和为()。
①  20
②  30
③  40
④  45
【单选题】 设有序表中有1000个元素,则用二分查找查找元素X最多需要比较()次。
①  25
②  10
③  7
④  1
【判断题】 强连通图一定是单向连通图。
①  正确
②  错误
【判断题】 代数系统〈G,°〉为群的条件是存在零元素。
①  正确
②  错误
【判断题】 在任何图中,奇数度的结点数必是偶数。
①  正确
②  错误
【判断题】 设A,B,C是命题公式,则AVBV﹁C也是命题公式。
①  正确
②  错误