函数定义为Fun(int&i),变量定义n=100,则下面调用正确的是()。

A . Fun(20) B . Fun(20+n) C . Fun(n) D . Fun(&n)

时间:2022-08-28 06:34:07 所属题库:计算机程序设计综合练习题库

相似题目