Operators in C
Operators in C Arithmetic Operators: The binary arithmetic operators are +, -, *, /, and the modulus operator %. The % operator cannot be applied to a float or double. Relational Operators: Relation operators check the relation between two operands. If the relation is true, it returns 1 or it returns 0. The relational operators are >, …
Recent Comments