Total Pageviews

1

SIMPLE PROGRAM IN C

Print "HELLO"

#include<stdio.h>
#include<conio.h>
void main()
{
printf("Hello ");
getch();

 

No comments:

Post a Comment