C语言复习:32个关键字和运算符的15个优先级 C语言解析是从左边开始的,比如: #include <stdio.h> int main(int argc, char const *argv[]) { int b=0; int a