单项选择题

控制字符“换行”的ASCII码值为10。下列哪条让显示器换行的语句是错误的?()

A.cout <<endl;
B.cout <<‘\n’;
C.cout <<“\n”;
D.cout <<10;