Anonymous Asked in Cars &Transportation · 2 weeks ago

What are operators explain with example?

In computer programming and at the command line, an operator is an object that is capable of manipulating a value or operator. For example, in "1 + 2", the "1" and "2" are the operands and the plus symbol is the operator. 16 июн. 2017 г.


What is operator and its example?

1. In mathematics and sometimes in computer programming, an operator is a character that represents an action, as for example x is an arithmetic operator that represents multiplication. In computer programs, one of the most familiar sets of operators, the Boolean operators, is used to work with true/false values.

What do you mean by operators explain?

An operator, in computer programing, is a symbol that usually represents an action or process. These symbols were adapted from mathematics and logic. An operator is capable of manipulating a certain value or operand.

What is operator and explain with operator?

The OR operator is a Boolean operator which would return the value TRUE or Boolean value of 1 if either or both of the operands are TRUE or have Boolean value of 1. The OR operator is considered one of the basic logical operators along with AND and NOT in Boolean algebra.

What is operators in C with example?

OperatorMeaning of OperatorExample>Greater than5 > 3 is evaluated to 1<Less than5 < 3 is evaluated to 0!=Not equal to5 != 3 is evaluated to 1>=Greater than or equal to5 >= 3 is evaluated to 1

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours