Multiple Choice
In C++, Boolean variables are declared with the ____ keyword.
A) boolean
B) false
C) bool
D) true
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: The switch statement requires you to list
Q36: A common problem with the if-else statement
Q37: A useful modification of the if-else statement
Q38: In the switch statement, the _ keyword
Q39: A switch statement can contain any number
Q41: Before the current ANSI/ISO C++ standard, C++
Q42: The if-else statement is written: if (expression)
Q43: With _, the program includes code to
Q44: In a relational expression, the value of
Q45: The case keyword identifies the start of