4.下面的输出语句,哪一个是正确的用法?( )。
printf(“hello!”)
print(”hello!”)
cout << “hello world”<< endl;
cout << hello world << endl;
发表评论