logo

Crowdly

Browser

Add to Chrome

#include <string.h> #include <stdio.h> int main(){ char Text1[12] = "cmach...

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

#include <string.h>#include <stdio.h>

int main(){ char Text1[12] = "cmachtspass"; char Text2[12] = "cistdoof";

if(!strcmp(Text1, Text2)){ strcpy(Text2, Text1); }

printf("Der Inhalt von Text1 ist %d lang und lautet: %s", strlen(Text1), Text1); printf("Der Inhalt von Text2 ist %d lang und lautet: %s", strlen(Text2), Text2);}
0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.hs-hannover.de?

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

Browser

Add to Chrome