Operator in C
An operator is a symbol that performs a specific operation on one or more operands (variables or values). Operators are used to manipulate data and variables in a program. Classification of Operators Operators in C are classified into the following categories: 1. Arithmetic Operators Perform basic arithmetic operations. Operator Description Example + Addition a + […]
