What is the output of the program?

What is the output of the program?
#include #include using namespace std;
int main () { string s1 = “Hello”, s2 = “World”; s2 = s1 + s2; cout << s2; return 0; } A. It prints: Hello
B. It prints: HelloWorld
C. It prints: WorldHello
D. It prints: WorldHelloWorld

Download Printable PDF. VALID exam to help you PASS.

Posted in: CPA

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.