您现在位置:模拟考场> 湖北自学考试> 专业课> C++程序设计> 浏览试题
[单选题]对函数int max(int a,int b=0,int c=0,int d=0,int e=0);下列调用方式正确的是
  • Aint m=max(10,11,12,13,14);
  • Bint m=max(10,,12,13,14);
  • Cint m=max(10,1l,,13,14);
  • Dint m=max(10,11,12,,14);
  • 收藏 查看答案