单选题 请选出以下程序的输出结果 ( )
#include<stdio.h>
sub(x,y,z)
int x,y,*z;
*2=y-x;
main()
int a,b,c;
sub(10,5,&

【正确答案】 B
【答案解析】