在宏表达式中要引用Form1窗体中的txt1控件的值,正确的引用方法是( )。
- A.Form1!txt1
- B.txt1
- C.Forms!Form1!txt1
- D.Forms!txt1
热度🔥302
解析:打开微信小程序查看本题解析
若有以下程序
#include
void fun(int a[ ], int n)
{ int t,i,j;
for (i=1; i a[j]) { t=a[i]; a[i]=a[j];a[j]=t;}
}
main()
{ int c[10]={10,9,8,7,6,5,4,3,2,1},i;
fun(c, 10);
for (i=0;i<10; i++) printf("%d,", c[i]);
printf("\n");
}
则程序的输出结果是
下列关于索引的说法中,错误的是()
下列叙述中正确的是( )。
下列叙述中正确的是( )。