logo

Crowdly

Browser

Add to Chrome

Après l'exécution des instructions suivantes, que contiennent les variables str...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Après l'exécution des instructions suivantes, que contiennent les variables str1 et str2 ?

char str1[100] = "Howdy, ";

char str2[100] = "partner!";

char * p1 = str1;

char * p2 = str2;

while (*p1 != '\0') p1++;

while (*p2 != '\0') *(p1++) = *(p2++);

*p1 = '\0';

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.myefrei.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome