for(j=1;j<=i;j++) { i*j=result; printf("%d*%d=%d\t",i,j,result); } printf("\n");
=是将右边的表达式表示的结果赋值给左边的字符,而result正是要赋值的对象