b. Class name
Tick () the correct option.
1. An identifier can denote
a. Variable name
c. Function name d. All of these
2. Which of the following statements is correct?
a. Identifiers can be made up of letters, digits, and the underscore (1) character.
b. Identifiers can use symbols such as ? or %.
c. Spaces are permitted inside identifiers.
d. Identifiers are not case sensitive.
3. Which operator is used to assign a value to a variable?
a. Arithmetic
b. Assignment c. Relational d. None of these
4. Which operator combines test conditions?
a. Compound operator
b. Equals operator
c. Complex operator
d. Logical operator
5. Which of the following is the stream extraction operator in C++?
b. >>
a. <<
c. &&
d. ||
Answers
Answered by
2
Answer:
choose the best
Explanation:
1.a
2.a
3.b
4.d
5.b.>>
Answered by
0
Answer:
1. a( Variable name ).
2. a( Identifiers can be made up of letters, digits, and the underscore {_}.
3. b( Assignment ).
4. d( logical operator ).
5. b( >>).
Similar questions