单项选择题下列程序的输出结果是( )。#include<stdio.h>main(){ int a=4;printf( %d n ,(a+=a-=a*A) );}
单项选择题若有运算符:>、*=、<<、%、sizeof,则它们按优先级(由低至高)的正确排列次序为( )。