Computer Science, asked by amartyapriya10, 6 months ago

What is the output of the following program?
main()
{
-
char stri[] "Hello";
char str2[] "World";
stri
str2;
printf("%s %s", stri, str2);
}
Pick ONE option:
Compiler error
Hello World
World Hello
World World​

Answers

Answered by baljeetkaurdher55
2

Answer:

The output of the following programme is"Hello World".

first option is correct

Similar questions