adplus-dvertising
frame-decoration

Question

The two operators && an || are

a.

arithmetic operators

b.

equality operators

c.

logical operators

d.

relational operators

Answer: (c).logical operators

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The two operators && an || are

Similar Questions

Discover Related MCQs

Q. The arguments that determine the state of the cout object are called _____

Q. Static variables are sometimes called

Q. The variables declared in a statement block or listed in a function header's parameterlist are considered _____ variables

Q. An expression

Q. In the C language, the character type of constant is delimited by using

Q. The number 125.35 is a _____

Q. Which of the following is true?

Q. The statement double val[15]={44.123456};

Q. Which of the following C++ expressions will find the square root of the number 16?

Q. The statement i*=3 is equivalent to

Q. The complement operator is represented by the symbol

Q. One of the relational operators in the C language is

Q. The rules to any programming language are its _______

Q. Which of the following backslash codes used for bell?

Q. One of the logical operators in the C language is represented by the symbol

Q. Which of the following declares and initializes an Integer variable named numltems?

Q. Which of the following tells C++ to display numbers in fixed notation?

Q. In C++, the address operator is the following symbol _____

Q. You typically initialize Short Integer, Integer, and Long Integer variables to

Q. Assume that a variable will need to store only integers in the range of 1 through 20000. The most efficient data type for the variable is _____