ABOUT C PROGRAM

#include <stdio.h>             //Predifined

#include <conio.h>            //Library Files

void main ()

{

  //Code

}   

 

stdio.h -> It is a named as standerd  input and output.

conio.h -> It is named as console input and output.

void -> It is a return type.

main -> It is a method which called us defaults.