为了账号安全,请及时绑定邮箱和手机立即绑定

c语言用函数调用求最大值?为什么有错?

c语言用函数调用求最大值?为什么有错?

C
qq_企鹅_13 2017-06-06 21:32:48
#include"stdio.h"#include"string.h"#include"conio.h"#include"windows.h"int max(int a,int b);     ?int main(){ int num1,num2,maxV1;  printf("请输入两个数据:"); scanf("%d,%d",&num1,num2); maxV1=max(num1,num2); printf("最大值是:%d \n",maxV1);  return 0;}int max(int a,int b)   ?{ int n; n= ( a > b ) ? a:b;  return n;}打问号的系统提示语法错误,请大神解答!
查看完整描述

1 回答

?
望远

TA贡献1017条经验 获得超1032个赞

目测主函数里输入的时候少了个&

查看完整回答
反对 回复 2017-06-07
  • 1 回答
  • 0 关注
  • 2018 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信