Computer Science, asked by 13642, 1 month ago

1) Every Executable statement in the C++ must be terminated by a semi colon
a) *
b) ;
c) }
d) {
2)____________ are also called as separators
a)brackets
b)punctuators
c)operators
d)identiifer
3)A ___________ is simply a sequence of bytes.
a)iostream
b)stream
c)cout
d)cin
4)_____________ are the words that convey special meaning to the compiler.

a)operators
b)keywords
c)identifiers
d)literals

Answers

Answered by asgheraliasgher600
2

Answer:

1.; semi colon option(b)

Explanation:

2. B option

3.C

4.A

Similar questions