C++ Multiple Choice Questions and Answers - 2

Question: 6

The constant that should not have fractional part is ___

(A) Float

(B) Double

(C) Integer

(D) Exponent

Ans: C

Integer

Question: 7

What is the other name for variable?

(A) While

(B) Visual

(C) Identifier

(D) Constant

Ans: C

Identifier

Question: 8

____ constant is a signed real number.

(A) Char

(B) String

(C) Integer

(D) Floating point

Ans: D

Floating point

Question: 9

How many operators are classified in C++?

(A) 11

(B) 13

(C) 14

(D) 15

Ans: B

13

Question: 10

____ is the C increment Operator in C++.

(A) ++

(B) +*

(C) *+

(D) --

Ans: A

++

Related Questions