(२) 'C' भाषेमधील अॅरिथमॅटिक ऑपरेटर्सची नावे लिहा.
Answers
Answered by
0
Answer:
+ , - , * , / , % , = इत्यादी .(These are arithmetic operators in C) जय महाराष्ट्र
Explanation:
As per available tokens in C. Operators play a vital role in mathematical calculations. There are different types of operators in C such as Arithmetic, Relational , Logical , Bitwise etc. Arithmetic is one of them & contains + , - , * , / , % , = which do require operands in between them.
Similar questions