0 votes
102 views
in C program by (98.9k points)
edited
write  C program to print Hello World

1 Answer

0 votes
by (98.9k points)
selected by
 
Best answer

#include <stdio.h>
 
int main(){
    printf("Hello World");
    return 0;
}

 

Program Output

Hello World

 

Related questions

0 votes
1 answer 102 views
asked Jul 20, 2022 in C programming by Doubtly (98.9k points)
0 votes
1 answer 87 views
asked Jun 11, 2022 in Python by Doubtly (98.9k points)
0 votes
1 answer 110 views
0 votes
1 answer 398 views
0 votes
1 answer 452 views

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

537 users

...