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

1 Answer

0 votes
by (98.9k points)
selected by
 
Best answer
/*
* C Program to Print "Hello World"
*/
#include <stdio.h>
 
int main(){
    printf("Hello World");
    return 0;
}

 

Related questions

0 votes
1 answer 103 views
asked May 14, 2022 in C program 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 106 views
0 votes
1 answer 105 views
asked Jul 20, 2022 in C programming by Doubtly (98.9k points)
0 votes
1 answer 113 views
asked Jul 20, 2022 in C programming by Doubtly (98.9k points)
0 votes
1 answer 110 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

...