1 -What are operator.??
2-differentiate between operator and operand .??
Answers
Answered by
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
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