Differentiate between arithmetic operators and bitwise operators with example
Answers
Answered by
3
Answer:
The arithmetic operators for scalars in MATALB are: addition (+), subtraction (−), multiplication (*), division (/), and exponentiation (^). ... For example, multiplication of two matrices A and B is expressed as A. *B.
BITWISE OPERATORS are used for manipulating data at the bit level, also called bit level programming. Bitwise operates on one or more bit patterns or binary numerals at the level of their individual bits. They are used in numerical computations to make the calculation process faster.
Explanation:
Hope this is useful for you.
Marks me as brainlist
Attachments:
Similar questions