logo

Crowdly

What will be the output of the program ? #include<stdio.h> #include<stri...

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

  • What will be the output of the program ?

    #include<stdio.h>

    #include<string.h>

    int main()

    {

    char str1[20] = "Hello", str2[20] = " World";

    printf("%s\n", strcpy(str2, strcat(str1, str2)));

    return 0;

    }
More questions like this

Want instant access to all verified answers on moodle.medtech.tn?

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