使用C++输出”helloworld”的语句是:
A、printf(“%f”,”helloworld”);
B、cin>>”helloworld”;
C、cout>>”helloworld”;
D、cout<<”helloworld”
发布时间:2025-09-29 14:05:09
A、printf(“%f”,”helloworld”);
B、cin>>”helloworld”;
C、cout>>”helloworld”;
D、cout<<”helloworld”