找考题网-背景图
单项选择题

可以通过函数调用fun(a,b)来同时改变a、b的值的fun的声明是()

A. void fun(int&,int&)
B. void fun(int,int)
C. void fun(int*,int*)
D. void fun(int&,int*)