有以下程序:#include <stdio.h> ma

有以下程序

:#include <stdio.h>
main()
{
 int findmax(int,int,int),m;
 …
 m=findmax(a,b,c);
 …
}
int findmax(int x,int y,int z)
{
 …
}

则以下叙述正确的是( )。

答案
A

题目信息

题号:4295
题型:单选题
难度:普通