Published: 29 May 2018 › Updated: 29 May 2018
Learn C++
Here I tell you about A simple C++ program .
Here is simple program.
.
#include < iostream>
using namespace std;
int main()
{
cout<<"SteemIt is awesome.";
}
.
in first line #include< iostream> is called header file , and it is important for execution of program.
( ; ) Semicolon is very important.
cout<<"SteemIt is awesome."; This line simply print whatever written in the " ".
It print in output that ( SteemIt is Awesome ) As shown in image below.
Leave Learn C++ to:
Read more #utopian-io posts
Best Posts From NA
We have not curated any of naan's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.