PRF193_SP25_FE_117230_3641.webp
tolerant_heart

PRF193_SP25_FE_117230_3641.webp

Kizspy Question: 23
(Choose 1 answer)
What will be the output of the following C++ code snippet?
#include <iostream>
#include <string>
using namespace std;
int main() {
string str1 "Hello";
string str2 "World";
string str3 str1 + " " + str2;
cout << str3;
return 0;
A. HelloWorld
B. Hello World
C. Hello + World
D. World Hello

Thông tin

Category
PRF193
Thêm bởi
tolerant_heart
Ngày thêm
Lượt xem
682
Lượt bình luận
4
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom