单项选择题

以下程序的输出结果是( )。
mam()
char cf[3][5]="AAAA","BBB","CC");
printf("\"%s\"n",cf[1]);

A."AAAA"
B."BBB"
C."BBBCC"
D."CC"
<上一题 目录 下一题>
热门 试题

单项选择题
下列关于栈的描述中错误的是( )。
A.栈是先进后出的线性表
B.栈只能顺序存储
C.栈具有记忆作用
D.对栈的插入与删除操作中,不需要改变栈底指针
单项选择题
有以下程序: #include <stdio.h> #include <string.h> typedef structchar name[9];char sex;float score[2]STU; STU f(STU
有以下程序:
#include <stdio.h>
#include <string.h>
typedef structchar name[9];char sex;float score[2]STU;
STU f(STU
相关试题
  • 有以下程序: int fun(int x[],int...
  • 有以下程序: #include <stdio.h> m...
  • 有以下程序: #include <stdio.h> ...
  • 有以下程序: main() int a=15,b...
  • 若有以下说明和定义: typcdef int*INTE...