What is the output of the program?

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

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.