柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
下列 VBA 数组声明语句中,正确的是
A.Dim a[3,4] As Integer
B.Dim a(3,4) As String
C.Dim a(n,n) As Single
D.Dim a(3 4) As Integer
热度🔥562
参考答案:B
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
有以下程序 #include int fun() { static int x=1; x+=1; return x; } main() { int i,s=1; for(i=1;i<=5;i++) s+=fun(); printf("%d\n",s); } 程序运行后的输出结果是
有以下程序 #include #include main() { char w[20], a[5][10]={"abcdef", "ghijkl", "mnopq", "rstuv", "wxyz."}; int i; for (i=0; i<5; i++) w[i]=a[i][ strlen(a[i]) - 1]; w[5]= '\0'; puts(w); } 程序的运行结果是
程序调试中,进行出错原因假设的根据是
某台微机安装的是64位操作系统,“64位”指的是( )。
标签
二级ACCESS
数组
as
dim
声明