Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
m1: char a[]="ABCD";
m2: const char *p=a;
m3: p+=2;
m4: *p='\0';
m5: cout << a;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!