Computer Science, asked by SirSantosh, 1 year ago

+, -, *, /, %, ^, define operators and their different categories.

Answers

Answered by ilahi6
2
An operator, in computer programing, is a symbol that usually represents an action or process. These symbols were adapted from mathematics and logic. An operator is capable of manipulating a certain value or operand. 

Operators are the backbone of any program and they are used for everything from very simple functions like counting to complex algorithms like security encryption.
Similar questions