Computer Science, asked by ramanjipidikiti, 7 months ago

راه سه
#include <stdio.h>
int main()
{
/* printf function displays the content that is
passed between the double quotes.
*
printf("Hello World");
return 0;
}​

Answers

Answered by yogavamsi1999
1

Answer:

output:

Hello world.

okay.

Similar questions