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