what do you mean by the term operator
Answers
Answered by
1
Answer:
one that operates: such as. a : one that operates a machine or device. b : one that operates a business
pls mark as Brainliest ♛┈⛧┈┈•༶
Answered by
1
Hope it helps ^_^
Operators are the foundation of any programming language. We can define operators as symbols that help us to perform specific mathematical and logical computations on operands. In other words, we can say that an operator operates the operands.
For example, ‘+’ is an operator used for addition, as shown below:
c = a + b;
Here, ‘+’ is the operator known as the addition operator and ‘a’ and ‘b’ are operands. The addition operator tells the compiler to add both of the operands ‘a’ and ‘b’.
Source: Geeks For Geeks website
Attachments:
Similar questions