Computer Science, asked by raiking906, 11 hours ago

Operators are symbols used with operands to perform some calculations

Answers

Answered by nightmarechhavi
0

Answer:

An operator in a programming language is a symbol that tells the compiler or interpreter to perform specific mathematical, relational or logical operation and produce final result. This chapter will explain the concept of operators and it will take you through the important arithmetic and relational operators available in C, Java, and Python.

Similar questions