#include <stdio.h>



int main(){

int a=10,b=20,c=30,x;

x=a=b+c,b*a,c-b;

printf("x=%d,a=%d,b=%d,c=%d\n",x,a,b,c);

return 0;

}

加威信18790284560免费送POS机.jpg

逗号运算符的运用(c 语言 )