printf("max="); process(a, b, max); 这几段代码为什么printf在前面,而process()函数在printf的后面呢,不是先执行在输出吗

img

你也可以把printf放到process()中啊,不影响的,看个人习惯