+ 1

How to print hello by C++

14th Nov 2016, 1:26 AM
Mohamed Ashraf Mohamed
Mohamed Ashraf Mohamed - avatar
2 ответов
+ 1
use comand "cout", operators "<<" and put your text between these " " for example: cout<<"hello boys & girls";
14th Nov 2016, 1:39 AM
Rihards Sisojevs
Rihards Sisojevs - avatar
+ 1
#include<iostream> using namespace std; void main(){ cout<<"HELLO"; } /* cout<<" "; is used to print cin>>#; is used to get some user input
14th Nov 2016, 10:55 AM
Dhruv Saxena
Dhruv Saxena - avatar