通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
已有变量定义和函数调用语句int a=25;print_value("&A");下面函数的正确输出结果是
void print_value(int x) { printf("%d\n",++x); }