logo

Crowdly

Browser

Add to Chrome

Dado el siguiente código fuente: int main() { char a[5] = "abc"; char b[...

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

Dado el siguiente código fuente:

int main() {

char a[5] = "abc";

char b[5] = "de";

strcat(a, b);

printf("%s", a);

return 0;

}

Indica la afirmación correcta.

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

Want instant access to all verified answers on moodle.upm.es?

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

Browser

Add to Chrome