Computer Science, asked by eduatulrajp3br2d, 1 year ago

I want to display "hello world" in C programming.

can you give me the full coding in c.

Answers

Answered by Gokul010
1
hello friend

the answer for your question is :-

#include <stdio.h>
#include <conio.h>
void main()
{
clrscr();
printf("hello world");
}

hope I done my best
hope it helps you
thank you
please mark it as Brainliest if you like it
please mark it

eduatulrajp3br2d: thanxx
Gokul010: thank you brother
Gokul010: welcome
Anonymous: #include

int main()
{
printf("Hello World.")
}
output = hello world
Answered by beautykhan096
1

Explanation:

On March 12, 1930, Mahatma Gandhi embarked a historic Salt March from Sabarmati Ashram in Gujarat's Ahmedabad to the village of Dandi in the state's coastal area to protest against the steep tax the British levied on salt.

Similar questions