单选题 以下程序的输出结果是( )。    #include<iostream.h>    void main( )    { int a=21,b=11;    cout<<- -a+b;}
【正确答案】 D
【答案解析】所有的字节输出流都继承于OutputStream类。