单项选择题
以下是子过程或函数过程定义中的开始语句,错误的为()。
A.Private Function f( x As String ) As Single B.Private Function f( x As String ) C.Private Sub f( x As String ) As Single D.Private Sub f( x As String )
单项选择题 枚举类型不能放在()说明。
单项选择题 引用集合中的数据项需要使用()方法。
单项选择题 设有数组说明语句:Dim c(10) AS Integer,则下面表示数组c的元素选项中()是错误的。