Wednesday, 20 May 2015

How to print "HELLO" in C++

#include<conio.h>
#include<iostream.h>

void main()

                 {  
                     clrscr();
                              cout<<"HELLO";

                                                       getch();                                                    

               

                 }

                                                                     Coding  Format    

Output  Format

No comments:

Post a Comment