Vidyalelo
C++ Programming · Q88

Variables and Data Types in C++

Programming · C++ Programming · question 88

Q88

Which of the following statements are false?

A.
bool can have two values and can be used to express logical expressions
B.
bool cannot be used as the type of the result of the function
Answer
C.
bool can be converted into integers implicitly
D.
a bool value can be used in arithmetic expressions

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board