单项选择题

已知有下面的过程______。
Private Sub proc1(a As Integer, b As String, Optional x As Boolean)

End Sub
正确调用此过程的语句是______。

A.Call procl(5)
B.Call procl 5, "abc", False
C.proc1(12, "abc", True)
D.proc1 5, "abc"
题目列表

你可能感兴趣的试题

微信扫码免费搜题