则程序输出的结果是
#include "stdio.h"
main(argc,argv)
int argc;char *argv[];
{int i;
printf("%d\n",argc);}
A.3
B.4
C.2
D.以上答案都不正确