In C language, ______ are used to create variables and are grouped at the top of a program block.A.declarationsB.dimensionsC.commentsD.descriptions

In C language, ______ are used to create variables and are grouped at the top of a program block.

A.declarations

B.dimensions

C.comments

D.descriptions


相关考题:

● 若一个栈以向量V[1..n]存储,初始使栈指针top为n,则下面x入栈的正确操作是()。设top指针指向栈顶元素。() A. top=top+1;V[top]=x B. V[top]=x;top=top+1C. top=top-1;V[top]=x D. V[top]=x ;top=top-1

能使数据库记录只显示当前记录且能暂停的命令是()。 A、GOTOB、DISPC、USED、CREATE

数据库记录的显示命令有LIST和()。 A、GOTOB、DISPC、USED、CREATE

数据库记录的显示命令是指()、DISP。 A、GOTOB、LISTC、USED、CREATE

能使数据库记录满屏显示而不暂停的命令是()。 A、GOTOB、LISTC、USED、CREATE

下列各个选项中对字符数组赋字符串的语句中,错误的是( )。A.char s[10];s="program";B.char s[]="program";C.char s[10]="program";D.char s[10]; strcpy(s,"program");

下面程序的输出结果是______。main(){ static char a[]="language",b[]="program";char *ptrl=a,*ptr2=b;int kfor(k=0;k<7;k++)if(*(ptrl+k)==*(ptr2+k))printf("%c",*(ptr1+k));}

若一个栈以向量V[1..n]存储,初始栈顶指针top为n+1,则下面x进栈的正确操作是()。A.top=top+1;V[top]=xB.V[top]=x;top=top+1C.top=top-1;V[top]=xD.V[top]=x;top=top-1

Phatic communication refers to( ). A.language’s function of the expression of identity B.social interaction of language C.language′s function of expressing it self D.sociological use of language

在MySQL中,指定一个已存在的数据库作为当前工作数据库的命令是()A.SELECTB.USINGC.USED.CREATE