answersLogoWhite

0


Best Answer

operands are the objects or variable that we create in our program.

operators fuse with the operands to build a mathematical statement in the program.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by operators and operands?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a relational operators in c?

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


Are characters or symbols that perform operations on one or more operands?

operators


What is relational operator in c?

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


What are binary operators?

Operators that act upon 2 operands are referred to as binary operators.These are distinguished as the left to right operand.


What is the name of the two fields that assembly language made up of?

Operators and operands.


What is relationship between operators and operands?

maa ki chut website ha +__________________


What is the relationship between operators and operands?

maa ki chut website ha +__________________


What is an operator in c language?

Operators in C are tokens that perform some operation upon one, two or three operands (unary, binary and tertiary operators, respectively). Some tokens serve more than one purpose depending upon the number of operands. For instance, the * token can be used to multiply two operands or to dereference an operand. Similarly, the & token can be used to bitwise AND two operands or to take the address of an operand. Some operators use a function-like syntax, such as the sizeof() operator. In C, all operators are built-in and cannot be overridden.


These are symbols or words that perform operations on one or more operands?

either operators or functions


What is an operators and its statements?

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


What is operands in excel?

Operands are the values used in expressions. Operators are the signs that carry out those operations. Take the following examples: =5+2 The 5 and 2 are operands and the plus sign is an operator. =B3 * C20 B3 and C20 are operands and the multiplication is done by the * which is the operator. In each case the equals sign is there to signify that it is a formula and so it is not an operator or operand in the expression.


What does comutative properties mean?

That means that (for certain operations), changing the order of the operands doesn't change the result. For example, for any two numbers "a" and "b", a + b = b + a (here is an example with numbers: 5 + 3 = 3 + 5). The situation is similar with the multiplication of real numbers; also with some other operators such as boolean operators (AND, OR), set operators (union, intersection), and several others.