单项选择题下列关于C++语言类的描述中错误的是( )。
单项选择题有以下程序:main() { int a,b,d=25; a=d 10%9; b=a&&(-1); printf( %d,%d n ,a,b); }程序运行后的输出结果是______。