adplus-dvertising
frame-decoration

Question

Boolean expression gives results in the form of

a.

Strings

b.

Characters

c.

Integers

d.

True and False

Answer: (d).True and False

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Boolean expression gives results in the form of

Similar Questions

Discover Related MCQs

Q. Logical operator AND is denoted by

Q. Which one is not a C++ keyword?

Q. Input stream Cin reads the items form

Q. Data flowing out of the output stream is called Cout, but data flowing in the input stream is called

Q. What is the mean of fall through in switch statement?

Q. Which is the correct syntax for defining an enumeration data type?

Q. Variables cannot be used before they are declared, so their scopes begin

Q. This statement {int temp = x; x = y; y = temp ;} is an example of

Q. Extraction operator is also known as

Q. The symbol >> is known as

Q. The logical symbol ! This is used for

Q. The actual values defined in the enumeratorlist is called

Q. Conditional statements can be used within another conditional statements that are called

Q. Which from the following is a relational operator?

Q. Sequence of statements that is treated as a single statement, is called

Q. How many logical operators are combined to form a compound condition?

Q. C++ allows objects of one type to be used in another type where it is expected, it is called as

Q. Which from the following is not a relational operator?

Q. Cin stands for

Q. There are how many relational operator are offered by C++?