hello world in C || Basic programs || C programming

Here we are going to see how to print a message of Hello World on the screen using C Programming Language.


#include<stdio.h>

void main()
{
    printf("Hello World ");
    printf("Welcome to HFC");
}
#ENJOY CODING


Post a Comment

FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP

Previous Post Next Post