赋值表达式可作为变量使用,变量的值为'='左边的变量赋值后的值. 例如 #include <stdio.h> main() { int a; printf("%3d",a=5); } 输出为 : 5 相关文章: 2022-12-23 2021-11-28 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-12-08 2022-12-23