单项选择题

以下程序段的输出结果是
int a=1234;
printf("%2d\n",

A.;A) 12B) 34C) 1234D) 提示出错、
<上一题 目录 下一题>
热门 试题

单项选择题
若有说明char s1[30]= The city ,s2[]= is beautiful ;,则在使用函数strcat(s1,s2)后,结果是( )。
A.s1的内容更新为The city is beautiful\0
B.s1的内容更新为is beaut\0
C.s1的内容更新为The city\0is beautiful\0
D.s1的内容更新为The cityis beautiful\0
单项选择题
下列数据结构中,按先进后出原则组织数据的是
A.线性链表
B.栈
C.循环链表
D.顺序表
相关试题
  • 设有一共用体变量定义如下: union data...
  • 请阅读以下程序: #include<stdio.h>...
  • 以下程序的输出结果是( )。 #include...
  • 主程序调用findmax函数求出数组中最大元素...
  • 下面程序的运行结果是( )。 #include...