当前位置: X题卡 > 所有题目 > 题目详情

与语句cout << end1;不等价的是

查看本题答案

你可能感兴趣的试题

cout<<" 1. "<<setfill(' ') <<" Hello ! "<<end1  cout<<"1. "<<"<"Hello!"";  cout<<"1. Hello!"<<end1;  cout<<'1. "<<setw(7)<<"Hello! ";  
“cout”是一个输出流对象  “end1”的作用是输出回车换行  “x”是一个变量  “<<”称作提取运算符  
COut<<'';  cout<<'/12';  cout<<'/xA';  cout<<'/0';  
cout <<,’’;  cout <<,’/12’;  cout <<,’/xA’;  cout <<,’/0’;  
cout<<*arr+1<<end1;  cout<<*(art+1)<<end1;  cout<<arr[1]<<end1;  cout<<*arr<<end1;  

热门试题

更多