answersLogoWhite

0

For example '+' is an operator, and its operands are the values (expressions) on its two sides, example: 3*3 + 4*4

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are some examples of logical operators used in programming languages?

Logical operators used in programming languages include AND, OR, and NOT. These operators are used to combine or modify conditions in conditional statements to control the flow of a program.


Example of relational statements in C programming?

You mean relational operators?if (argc


A function is one in which the action taken for the true or false case includes yet another IF function?

The operators are &&, &, |, . IF function does not exist in C language. C has if-statements


How is Boolean algebra related to computer language?

Its main utility is in representing the truth value statements, rather than the numeric quantities of ordinary algebra. It is used in the binary system in digital computers. The only truth values, true and false can be represented by the binary digits 1 and 0. The fundamental operators (Boolean logic) are "and,' "or," and "not." Thirteen other operators can be made up using a combination of these operators.


What is PHP operators?

PHP Operators are syntactical constructs that assign, compare, or modify a value. There are bitwise operators, arithmetic operators, boolean operators, assignment operators, and concatenation operators. There are also a wide variety of functions and class methods which simulate or utilize these operations.


Do function formulas have operators?

They can have operators. It depends on the formula or function in question. There are lots of kinds of operators that can be used like the mathematical ones, operators for comparisons and boolean operators.


What are the operators in c tokens?

All arithmetic, logical operators are operators in c tokens. As: +, - , ++, --, %, &&, &, >>, << etc.


What are the different types of operators in QBASIC?

The different types of operators in QBASIC are:Arithmetic OperatorsRelational OperatorsLogical Operators


What are the mathematical operators of c?

the mathematical operators of c are.....%,*,/,+,-


What is a relational operators in c?

Relational operators are those operators which shows relation between two operands. e.g. ==, <=,>=,<,>


What is the common ownership between transport providers and tour operators?

Transport operators and tour operators what is the common ownership


What are the different types of arithmetic operators?

+,-,*,/,% are the different types of operators.