单项选择题

如果在程序中要将c定义为静态变量,且为整型数,则应使用的语句是

A.Redim a As Integer
B.Static a As Integer
C.Public a As Integer
D.Dim a As Integer
<上一题 目录 下一题>
热门 试题

单项选择题
具有3个结点的二叉树有
A.2种形态
B.4种形态
C.7种形态
D.5种形态
单项选择题
假定有如下事件过程: Private Sub Form_MouseDown(Buaon As Integer,Shift As Integer,x As Single,y_As Single) If Button=2 Then PopupMenu popForm End If End Sub 则以下描述中错误的是
A.该过程的功能是弹出一个菜单
B.popForm是在菜单编辑器中定义的弹出式菜单的名称
C.参数x、y指明鼠标的当前位置
D.Button=2表示按下的是鼠标左键
相关试题
  • 在窗体上画一个列表框、一个文体框及一个按...
  • 在窗体上画一个名称为Command1的命令按钮...
  • 假定有如下的Sub过程: Sub Subl(x As...
  • 有如下一个函数过程: Function Fun(a ...
  • 下列程序段的执行结果为 m=1 n=1 Se...