answersLogoWhite

0

The logical OR operator in C and Java is the double vertical bar ().

Example: if (s 0) do something

The operator applies a logical OR operator when it evaluates the expression.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Which operator is used in character string comparisons with pattern matching?

select *from emp


Which comparison operator means not equal to?

"≠" is used in mathematics, though because of the limitations of the Ascii character set then != is often used in programming. In Microsoft Excel, the comparison operator that means "not equal to" is either NOT, or <>.


Why and operator can not be used in string of c program?

Any character can be used in string, except for \\0. char example [] = "A&B|C";


What is the concatenation operator called for excel?

The ampersand, which is this character: &


Is the ampersand character the concatenation operator in excel?

yes


Which operator is used to search for a specified pattern in a column?

The operator used to search for a specified pattern in a column is the LIKE operator in SQL. It allows for pattern matching with wildcard characters, such as % for any sequence of characters and _ for a single character. For example, WHERE column_name LIKE 'pattern%' would find all records where the column values start with "pattern."


What logical operator is used to reverse the boolean operator?

NOT


What is the operator is used to allocate the memory in c plus plus?

calloc operator,malloc operator


Can an IN operator can be used instead or the OR operator in phrasing certain conditions?

True


Use of scope resolution operator in C programming?

:: operator can not be used in C.


Which operator is used to determine if the operands are not exactly of the same value?

!= is the correct operator.


Why is it that we cannot use the dot operator on a type?

The dot operator is used to access properties and methods of an object. Types do not have properties or methods, so the dot operator cannot be used on them.