A 0 B 3 C 4 D 5
15.若有定义语句:int x=10;则表达式x-=x+x的值为( )
A -20 B -10 C 0 D 10
16.有以下程序
#include <stdio.h>
main()
{ int a=1,b=0;prin