What is the output of the program?

What is the output of the program?
#include #include using namespace std;
int main()
{
char str[] = “HelloWorld”; cout << str; return 0; } A. It prints: Hello
B. It prints: World
C. It prints: HW
D. It prints: WorldWorld

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.