填空题

以下程序的输出结果是
#include<iostream.h>
void main( )
int a=0;
a+=(a=8) ;
cout < < a;

【参考答案】

P
热门 试题