answersLogoWhite

0


Best Answer

maa ki chut website ha

+__________________

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the relationship between operators and operands?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is relationship between operators and operands?

maa ki chut website ha +__________________


What is a relational operators in c?

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


What do you mean by operators and operands?

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.


What is relational operator 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 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 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 oprator?

A symbol that specifies an operation between the operands. Often written between the operands. Example: 1 + 2; here, "+" is the operator, and the numbers are the operands.


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.