下面程序的输出结果是( )
#include <iostream>
using namespace std;
void fun(int x,int y,int z)
{ z=x*x+y*y; }
int main( )
{ int z=68;
fun(5,2,z);
cout<<z;
return 0; }
发布于 2021-02-15 16:33:38
【单选题】
A 0
B 29
C 68
D 无定值
查看更多
- 体验AI问答!更聪明、超智能!
- 一款基于GPT的超级AI助手,可以对话、创作、写文案!