Computer Science, asked by anindyaadhikari13, 1 month ago

Write the output of the given C program.
#include <stdio.h>
void main() {
for(;"Welcome";)
printf("Hello.");
}

Justify your answer.​

Answers

Answered by MalayaDhal
1

Answer:

\small\star{\red{\fbox{This\:is\:the\:answer}}}\star

Explanation:

Welcome

Hello

Answered by saiyedhaya9
0

Answer:

All valid C programs must contain the main() function. ...

The printf() is a library function to send formatted output to the screen. ...

To use printf() in our program, we need to include stdio. ...

The return 0; statement inside the main() function is the "Exit status" of the program.

Explanation:

hope its help you dear

Similar questions