首页 新闻 会员 周边
4
回答数

待解决问题 20 关于C语言调用函数求值的问题。

include <stdio.h> int main(void) { int add(x, y); int x = 5,a; a=add(--x,x++); printf("结果是:%d", a);