柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
能够用于标识对象名称的属性是( )。
A.Name
B.Caption
C.Value
D.Text
热度🔥342
参考答案:A
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
若有以下程序 #include main() { int a=-2, b=0; while(a++) ++b ; printf("%d,%d\n", a, b); } 则程序的输出结果是
有以下程序 #include int a=2; int f() { static int n=0; int m=0; n++; a++; m++; return n+m+a; } main() { int k; for (k=0; k<3; k++) printf("%d,", f( )); printf("\n"); } 程序的运行结果是
在Pthread线程包的使用中,当用户编程创建一个新的线程时,需要使用的线程库函数是
程序调试的任务是( )。
标签
二级VB程序设计
对象
name
属性
用于