Write a program to print Hello World on the screen in C language.
This video describe how to print any text in terminal or Console written in C.
the Program uses the code below. copy-paste the program in your code editor and save with .C extension.
// use angle bracts before and after stdio.h
#include stdio.h
int main(void)
{
printf("Hello, World\n");
return 0;
}
if any suggestion, please leave in comment section.
On this page of the site you can watch the video online DryRun printf Function in C Language. with a duration of hours minute second in good quality, which was uploaded by the user CodeKid 29 June 2025, share the link with friends and acquaintances, this video has already been watched 16 times on youtube and it was liked by 1 viewers. Enjoy your viewing!