Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

/* Hello World programme */ #include<stdio.h> #include<conio.

h> void main() { clrscr(); printf("HELLO WORLD /n"); getch(); }

OUTPUt: HELLO WORLD

You might also like