【单选题】【消耗次数: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
随机题目
【多选题】 当希望使图片的背景是透明的时候,可以使用的图像格式是( )
①  JPG
②  PNG
③  BMP
④  GIF
【单选题】 一个文件夹名称叫Parent,其下有一个叫做test.asp的文件,和一个名为Child的文件夹。Child下有一个名为default.htm文件,想在default.htm中作一个连接,链到test.asp。以下正确的是( )
①  a href=“/test.asp”/a
②  a href=“c:/test.asp”/a
③  a href=“‥/test.asp”/a
④  a href=“Parent/test.asp”/a
【单选题】 a?href=#csust安徽继续教育在线的作用是(??)
①  超级链接到安徽继续教育在线网页上
②  超级链接到本文件中csust标记处
③  超级链接暂时不被运行
④  超级链接到#csust网页上
【单选题】 用HTML标记语言编写一个简单的网页,网页最基本的结构是( )
①  htmlhead/headframe/frame/html
②  htmltitle/titlebody/body/html
③  htmltitle/titleframe/frame/html
④  htmlhead/headbody/body/html
【单选题】 下列选项中,不是静态网页的文件扩展名是( )
①  .html
②  .xml
③  .shtml
④  .jsp
【单选题】 在HTML5中,哪个属性用于规定输入字段是必填的??(?????)
①  validate
②  formvalidate
③  required
④  placeholder
【单选题】 关于文本对齐,源代码设置不正确的一项是( )
①  居中对齐:div align=middle/div
②  居右对齐:div align=right/div
③  居左对齐:div align=left/div
④  两端对齐:div align=justify/div
【单选题】 HTML文本显示状态代码中,SUP/SUP表示( )
①  文本闪烁
②  文本或图片居中
③  文本加注下标
④  文本加注上标
【单选题】 以下关于FONT标记符的说法中,错误的是( )
①  可以使用color属性指定文字颜色。
②  可以使用size属性指定文字大小(也就是字号)。
③  指定字号时可以使用1~7的数字。
④  语句FONTsize=+2这里是2号字/FONT,将使文字以2号字显示。
【单选题】 A文件夹与B文件夹是同级文件夹,其中A下有a.html,B下有b.html文件,现在我们希望在a.html文件中创建超链接,链接到b.html,应该在a.html页面代码中如何描述链接内容( )
①  b.html
②  ././././B/b.html
③  ../B/b.html
④  ../../b.html