单项选择题

以下程序输出结果是 ______。
#include<iostream.h>
void fun(int x,int y,int z)z=x+y;
void main()
int a=10;
fun (2,2,

A.;
&nbs