Write a C program to print "Hello World!"?

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

Output:




Note:-

     clrscr() gives warning in code block: undefind reference to 'clrscr'.

Comments

Popular posts from this blog

Larch Soft Pvt. Ltd. - Best Website & Hosting Provider