1. What is the function of operators ? What are arithmetic operators ? Give their examples.

Operators operate on data to give values. Arithmetic operators do arithmetic operations. They are

+ Addition
- Subtraction
* Multiplication
/ Division
// Floor Division
% Remainder
** Exponentiation