Computer Science, asked by rishupallav, 3 months ago

6. What is operator and expression? Explain
various types of operators available in C
language.​

Answers

Answered by ranidsingh0
1

Answer:

Operators allow us to perform different kinds of operations on operands. In C, operators in Can be categorized in following categories: Arithmetic Operators (+, -, *, /, %, post-increment, pre-increment, post-decrement, pre-decrement) Relational Operators

Explanation:

Similar questions