Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Choose the best answer below to syntax to print the message in C++ language?
Home
C Plus Plus
Choose the best answer below to syntax to print the message in C++ language?
+2
votes
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
Choose the best answer below to syntax to print the message in C++ language?
a) cout <<"Hello world!";
b) Cout << Hello world! ;
c) Out <<"Hello world!;
d) None of the above
#c-syntax
cplusplus
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 20, 2021
by
SakshiSharma
a) cout <<"Hello world!";
...