单项选择题

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

A.;sub(7,a,&
B.;sub(a,b,&
C.;
printf("%d,