The first C program - C tutorials

                               

                      The first C program...

The first C program
first program

The first C program - C tutorials


The first program in C language is always starts with Hello world ! .. It is compulsory to all of beginners in programming.

First program in C firstly Contain the standard library function after this, main function appears on program, the main function provide all of from starts to end data in one main function, Then the after this main function we have to add all of data that what type of answer will I give like data type, formulas, conditions, and all other function in program.

#include<stdio.h>

#include<conio.h>

int main()

{

    printf("hello welcome to my blog...! "); 

    return 0;

}



The first C program
first c program


#programmers

    file name : first.c ............💬💬

No comments

This website is only for educational purpose, it is not related to any organization. This website helps to beginners in programming to learn fast.

Powered by Blogger.