c pragram to print hello world Get link Facebook X Pinterest Email Other Apps September 11, 2016 Programm for print "hello world" :- #include<stdio.h> #include<conio.h> void main() { clrscr(); printf("hello world"); getch(); } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment