Binary Operation
binary operation or dyadic operation are the mathematical operation methood where two elements (or numbers) (also called operands) combined to result another element(result).
In other words, The basic mathematical operations are performed on two numbers are known as binary operations.
Types of Binary Operations
Here is the list of binary operation which used in most of programming language.
- Addition
- Subtraction
- Multiplication
- Division
- Modulo
- bitwise OR
- bitwise AND
- bitwise XOR
- Logical AND
- Logical OR
- Equal to
- Not equal to
- Greater than
- Less than
- Greater than or equal to
- Less than or equal to
©2023-2024 rculock.com