单项选择题下面的程序输出结果是______。 #define r 16 #if r==16 void p(int
单项选择题有以下程序段: int x=3; do printf( %d ,x-=2); while(!(--x)); 其输出结果是______。