Writing a simple C++ program

Writing a simple C++ program
This program is a simple program which displays the output


Program :-


#include<iostream.h>
void main ( )
{

 cout<<"C++ is a object oriented language";

}


Output :-

C++ is a object oriented language 

Comments

Popular posts from this blog

How to make a snake game using notepad using html [ with pictures ]

How to " Shut down " your pc using notepad [with pictures]

How to make" web html page " just using notepad [ with pictures ]