#include <stdio.h> int func(int x, int y) { return (x + y); } int main() { int a = 1, b = 2, c = 3, d = 4, e = 5; printf("%d\n", func((a + b, b + c, c + a), (d, e))); return 0; }
15
5
9
出错
逗号表达式值是最右边的那一个
这道题你会答吗?花几分钟告诉大家答案吧!
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题