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

BOOT YOUR PHONE IN RECOVERY MOOD- HARDRESET

prime numbers program