answersLogoWhite

0

Logical operators can be used when searching in a search engine. They can be used to help you find more specific information. Logical operators are things like quotation marks and commas and speach mrks.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What logical operator is used to reverse the boolean operator?

NOT


What are different type's operators?

The different types of operators are as follows: *Arithmatic operator *Relational operator *Logical operator *Assignment operator *Increment/Decrement operator *Conditional operator *Bitwise operator *Special operator


Explain the Difference between bitwise operator ' and ' and address operator ' and ' of pointer?

The bitwise logical operator and (&) calculates the bitwise logical and of two integral values. It is a binary operator.The address of (&) operator returns the address of the value to its right. It is a unary operator.The distinction between the two is one of context. The logical and operator will follow (and be preceeded by) a value, while the address of operator will follow an operator.


What are 3 logical operators?

there r 4 logical operator not 3 AND, OR, XOR, and NOT


Logical or operator can be compared to what in terms of precedence?

The logical OR operator can be compared to ____ in terms of precedence.


When determining whether a number is inside a range which logical operator is best to use?

And operator


What is the logical operator that require all conditions to be met?

or


What are different types of operators?

The different types of operators are as follows: *Arithmatic operator *Relational operator *Logical operator *Assignment operator *Increment/Decrement operator *Conditional operator *Bitwise operator *Special operator


What is operator in java?

An operator is a symbol that does something in Java. for ex: "+" is an arithmetic operator that adds two numbers. ">" is a logical operator that checks if one number is greater than the other. There are many different types of operators in Java like Arithmetic, Logical, Relational and Assignment operators


What are the different types of Operators available in java?

arithmatic operator +,-,*,/,% assigment oprator == logical operator &,|,^,&&,,! bitwise opertor &,|,^ left shift << right shift >> left shift zero fill << assignment operator +=,-=,*=,/=


What is the name of the expression that is formed by using logical operators?

Ternary operator


How can the statement "p implies q" be expressed in an equivalent form using the logical operator "or" and the negation of "p"?

The statement "p implies q" can be expressed as "not p or q" using the logical operator "or" and the negation of "p".