First program in c

First program in c language 

#include <stdio. h>
#include <condo. h>
void main ()
{
 clrscr();
 printf ("This is my first program ");
getch ();
}

Comments

Popular posts from this blog

Program for find average of five numbers

program for sorting array using selection sort technique || in c programming language

Program to calculate the sum of given number using array