- 4
How to write a program using arithmetic operator in c language?
6 Answers
+ 5
C# is not C. Use proper tags.
0
can i do every program in mobile
- 1
dhiraj it's wrong
- 1
start it like that:
#include<stdio.h>
#include<condo.h>
- 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.
- 3
#include<Studio.h>
void main()
{
int a, b, c;
a=10;
b=20:
c=a+b;
}