单项选择题
A.cout <<endl;B.cout <<‘\n’;C.cout <<“\n”;D.cout <<10;
A.ASCIIB.GBKC.GB2312D.Unicode
A.cout <<ch +1;B.cout <<++ch;C.cout <<ch -1;D.cout <<--ch;