单项选择题

在调用过程时,参数的传递方式有两种,属于按值传递的是()。

A.Sub aa(byref x As Integer)
B.Sub aa(x As Single)
C.Sub aa(byval x As Integer)
D.Sub aa(x()As integer)