Thursday, 8 May 2014

Write a program to print HELLO WORLD on screen

Leave a Comment
#include <iostream>
#include <conio.h>
using namespace std;
void main()
{
    cout<<"HELO WORLD";
    getch();
}


If You Enjoyed This, Take 5 Seconds To Share It

0 Questions: