单选

有如下程序

#include "stdio.h"

fun(int a,int b)

{ int s;

  s=a*(b/4);

  printf("%d\n",s);}

main()

{ int a=16,b=10;

  fun(a,b);

}

该程序的输出结果是

  • A.16          B.32
  • C.40           D.80
参考答案
您可能感兴趣的试题
¥

订单号:

遇到问题请联系在线客服

订单号:

遇到问题请联系在线客服