Arithmetic operators in c progamming with example

Arithmetic operators in c
Arithmetic operators are used to perform arithmetic operations like addition, subtraction, multiplication, division and modulo.



Example

OUTPUT


Comments

Popular posts from this blog

Top 4 Operators in C Language with Examples

Traffic signal Using C graphics

Constants in C Language with examples explain