网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在下列表达式中,其值为真(.T.)的是( )。

A.“Book”$” This is a Book”

B.“This”$” The Book”

C.”line”$” This is the Line”

D.”the” this is a cat”


参考答案

更多 “ 在下列表达式中,其值为真(.T.)的是( )。A.“Book”$” This is a Book”B.“This”$” The Book”C.”line”$” This is the Line”D.”the” this is a cat” ” 相关考题
考题 以下选项中正确的语句组是A)char s[]; s="BOOK!";B)char *s; s={"BOOK!"};C)char s[10]; s="BOOK!";D)char *s; s="BOOK!";

考题 (32)以下选项中正确的语句组是A)char s[];s=”BOOK!”; B) char *s;s={”BOOK!”};C)char s[10];s=”BOOK!”; D) char *s;s=”BOOK!”;

考题 假定有“structBOOK{chartitle[40];floatprice;};BOOK*book;”,则正确的语句为()。A、BOOK*x=newbook;B、BOOKx={"C++Programming",27.0};C、BOOK*x=newBOOK;D、BOOK*x=book;

考题 假定有“structBOOK{chartitle[40]floatprice}book”,则正确的语句为( )。 A.BOOK&x=&bookB.BOOK&x=bookC.BOOK&x=newBOOKD.BOOK&x=BOOK

考题 假定有“structBOOK{chartitle[40]floatprice}BOOK*book=newBOOK”,则正确的语句为( )。 A.strcpy(book->title,”WangTao”)B.strcpy(book.title,”WangTao”)C.strcpy(*book.title,”WangTao”)D.strcpy((*book)->title,”WangTao”)

考题 假定有“structBOOK{chartitle[40]floatprice}BOOK*book”,则不正确的语句为( )。 A.BOOK*x=newbookB.BOOKx={"C++Programming", 27.0}C.BOOK*x=newBOOKD.BOOK*x=book

考题 已知有说明 var s:sting;下列程序段中的错误为:case s of‘book_A’:processSelectionA;‘book_B’:processSelectionB;‘book_C’:processSelectionC;end; ()A.用字符串作为 Case 值表元素B.case表达式中有常数C.case常量和case 值表元素D.case表达式位关系表达式

考题 假定有“struct BOOK{char title[40]; float price;} book;”,则正确的语句为()。Astruct BOOK x= book;Bstruct BOOK *x=book;Cstruct BOOK x=calloc(BOOK);Dstruct BOOK *x=BOOK;

考题 函数String(2,"book")的值是_______。A."bookbook"B."BOOK"C."bb"D."o"