Computer Science, asked by shekharkumar454, 3 months ago

1 -What are operator.??
2-differentiate between operator and operand .??​

Answers

Answered by rakshitha8498
2

Explanation:

An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. Operand: The data items that operators used are called operand

Answered by soniya102saxena
2

Explanation:

1 . In computer programming, operators are constructs defined within programming languages which behave generally like functions, but which differ syntactically or semantically. Common simple examples include arithmetic, comparison, and logical operations

2. Operators allow us to manipulate the variables and constants in the expressions. Operands are the constants or variables which the operators operate upon.

Similar questions