2 Answers - Sort by: Date | Rating
Arithmetic operators are the operators unwary +, unwary -, binary +, binary -, *, / and % (modulo division). These operators are used to evolve an expression. An expression that contains any or all of these arithmetic operators and operands is called an arithmetic expression.
0
0
The arithmetic operators are the symbols that represent arithmetic operations. These are used in arithmetic expressions. Each arithmetic operator operate upon two numeric values. (Constant or variable) and returns a value. Following are the arithmetic operators used in C++ language.
Operator Meaning
+ Addition
- Subtraction
* Multiplication
/ Division
% Remainder
All arithmetic operators except the remainder operator, are used for all type of numeric data.
The remainder or modulus operator (% operator) can only be used for integer type data. It returns the remainder when one integer id divided by another integer e.g. 5%3 returns the remainder 2.
Arithmetic Expression
An arithmetic expression is a combination of variables, constants and arithmetic operators. It is used to calculate the value of an arithmetic formula. It returns a single value after evaluating the expression.
The value of the expression is assigned to a variable on the left side of"=" operator. This variable is known as receiving variable.
The operator"=" is called assignment operator. It is used to assign the calculated value of the expression to the receiving variable. The receiving variable must be numeric type e.g. if m=10,x=5 the expression may be written as:
M * x + 100
Operator Meaning
+ Addition
- Subtraction
* Multiplication
/ Division
% Remainder
All arithmetic operators except the remainder operator, are used for all type of numeric data.
The remainder or modulus operator (% operator) can only be used for integer type data. It returns the remainder when one integer id divided by another integer e.g. 5%3 returns the remainder 2.
Arithmetic Expression
An arithmetic expression is a combination of variables, constants and arithmetic operators. It is used to calculate the value of an arithmetic formula. It returns a single value after evaluating the expression.
The value of the expression is assigned to a variable on the left side of"=" operator. This variable is known as receiving variable.
The operator"=" is called assignment operator. It is used to assign the calculated value of the expression to the receiving variable. The receiving variable must be numeric type e.g. if m=10,x=5 the expression may be written as:
M * x + 100
0
0
- How To Enable LAN When Not Active Or Functioning?but Driver Are Included In The Device Manager
- What Are The Hard-copy Devices? Explain
- What Qualification Do You Need To Become An I.t Technician?
- Explain The Major Types Of Electronic Data Processing?
- What Is Functional Society?
- A Laptop Can Be Secured To A Docking Station With A Key Lock. (true Or False)?
- Explain The Types Of Computers On The Basis Of Size?
- What Is Difference Between Tow Types Of Connection?
- Is There A Windows Version Of Garageband?
- 1. (a) Compare The Following Types Of Transmission Lines According To Their Formation, Bandwidth, Advantages, Limitations And Applications. (i) Twisted Pair (ii) Coaxial Cable (iii) Optical Fiber?
- What R D Inner Parts Of Cpu ? Explain In Detail About Its Functions?
- How Do I Copy Files From My Ipod To My Desktop?
- What Is The Purpose Of The OED?
- How Define Cache Memory?
- What Is Adware?
- Is The Pear Pod Real And If So Where Can I Get One?
- How Do I Down Load Firewire?
- What Is The Different Between Spyware And Adware?
- How Do You Make An Iphone?
- What Impact Can The Placement Of Spyware Have Upon Your Personal Computer?
- How Can I Hook Up My Hp Laptop To A Epson Stylus Nx300?
- What Is Campus Area Network?
- What Happens To Your Image When You Do Something Bad?
- How Do You Get Aim On Your Iphone Without App Store?
- What Is Lan Network?
- What Is Arithmetic Expressions?
- What Does "Mean In Arithmetic" Mean?
- What Is Arithmetic?
- What Does Arithmetic Mean?
- How Are Arithmetic Use In Architecture?
- What Does Fundamental Theorem Of Arithmetic?
- What Are Merits And Demerits Of Arithmetic Mean?
- What Is The Average (arithmetic Means)of 8,7,7,5,3,2,2,?

New Comment - Comments are editable for 5 min.