How to write a program using arithmetic operator in c language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

How to write a program using arithmetic operator in c language?

15th Sep 2016, 3:06 PM
waleed
6 Answers
+ 5
C# is not C. Use proper tags.
15th Sep 2016, 8:55 PM
Ivan G
Ivan G - avatar
0
can i do every program in mobile
6th Oct 2016, 1:38 PM
shreya
- 1
dhiraj it's wrong
17th Sep 2016, 2:54 AM
Jay Panchal
Jay Panchal - avatar
- 1
start it like that: #include<stdio.h> #include<condo.h>
17th Sep 2016, 2:55 AM
Jay Panchal
Jay Panchal - avatar
- 3
Which type of program you want to write using arithmetic operators. Well it can be used to write some arithmetic operations like addition, subtraction, multiplication, division, modulus.
15th Sep 2016, 5:41 PM
Dhiraj Bhavsar
- 3
#include<Studio.h> void main() { int a, b, c; a=10; b=20: c=a+b; }
15th Sep 2016, 5:44 PM
Dhiraj Bhavsar