当前位置:百科知识 > 工学7

问题描述:

[单选] 已知: int a=100; void Func(ref int b){ …… } 则下列函数调用正确的是()
A.Func(ref(10*) B.Func(ref 10) C.Func(ref(a) ) D.Func(ref a)
参考答案:查看
答案解析:
☆收藏

随机题目