+2 votes
in C Plus Plus by
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

1 Answer

0 votes
by

a) cout <<"Hello world!";

Related questions

+2 votes
asked Jan 21, 2021 in C Plus Plus by SakshiSharma
0 votes
asked Oct 3, 2021 in Information Technology by Robin
...