单项选择题
下面函数的功能是求出两个整数之和,并通过形参传回两数相加之和值,正确选项为()。
int add(int x, int y, _________ z)
{ _________=x+y; }
A.
B.
C.
D.

点击查看答案
相关考题
