simple program to print hello in C language




#include<stdio.h>
#include<conio.h>
void main()
{
printf("Hello....its our first program...!!!");

getch();
}

Comments

Popular posts from this blog

what is printf() and scanf() in Clanguage

Layout design in Android Studio