[单选题]

flag

A.标志

B.旗帜

C.旗语

D.军旗

参考答案与解析:

相关试题

__(降)the flag

[单选题]__(降)the flagA.HoistB.TopC.LowerD.Bring

  • 查看答案
  • National flag should not be(卷叠)_________

    [单选题]National flag should not be(卷叠)_________.A.rolling upB.rolls upC.rolled upD.roll up

  • 查看答案
  • A red flag wasplaced there as a [token] of danger.

    [单选题]A red flag wasplaced there as a [token] of danger.A.signB.substituteC.proof

  • 查看答案
  • A red flag wasplaced there as a [token] of danger.

    [单选题]A red flag wasplaced there as a [token] of danger.A.signB. substituteC. pro

  • 查看答案
  • You should keep national flag(飘扬)____.

    [单选题]You should keep national flag(飘扬)____.A.flewB.flownC.flyingD.flies

  • 查看答案
  • There are three colors in the British flag, _____ red,white and blue.

    [单选题]There are three colors in the British flag, _____ red,white and blue.A.rare

  • 查看答案
  • There are three colors in the British flag, _____red,white and blue.

    [单选题]There are three colors in the British flag, _____red,white and blue.A.rarel

  • 查看答案
  • The students and teachers in the school( )the flag every Monday morning.

    [单选题]The students and teachers in the school( )the flag every Monday morning.A.g

  • 查看答案
  • 以下程序中函数f的功能是:当flag为1时,进行由小到大排序;当flag为0时,

    [单选题]以下程序中函数f的功能是:当flag为1时,进行由小到大排序;当flag为0时,进行由大到小排序。 void f(int b[],int n,int flag) { int i,j,t; for(i=0;i<n-1;i++) for(j=i+1;j<n;j++) if(flag?b[i]>b[j]:b[i]<b[j]){t=b[i];b[i]=b[j];b[j]=t;} } main() { int a[10]={5,4,3,2,1,6,7,8,9,10},i; f(&a[2],5,0)

  • 查看答案
  • 以下程序中函数f的功能是:当flag为1时,进行有由小到大排序;当flag为0时

    [单选题]以下程序中函数f的功能是:当flag为1时,进行有由小到大排序;当flag为0时,进行由大到小排序。void f(int b[],int n,int flag){int i,j,t;for(i=0;ifor (j=i+1;jif(flag?b[i]>b[j]:b[i]}main(){int a[10]={5,4,3,2,1,6,7,8,9,10},i;f(&a[2],5,0); f(a,5,1);for(i=0;i<10;i++) printf(“%d,”a[i]);}程序运

  • 查看答案