How to create hello word proggramme in c++?


#include<iostream>
using namespace std;
int main()
{
 \\"cout"statement is used to display anything you want to display on screen.if we want to dispaly a statement as it is we write it in comass.
         cout<<"hello word"<<;
}

No comments:

Post a Comment