C Program For Addition, Subtraction, Multiplication, Division Of Two Numbers!!

C Program For Addition, Subtraction, Multiplication, Division Of Two Numbers!!




in c programming we can apply arithmetic operations like addition, subtraction, multiplication, division.

Let say we take two values of integer type which applied by user.

When we perform division of two integer values then answer will be in integer form.

For Ex : if we perform 5/2 than we get answer 2.

if we want to get proper answer 2.5 then we need to do explicit conversion which is known as typecasting.

Recommend Articles For More Information :

Machine Learning Technology in Software Engineering

Trending Pieces Of Technology You Should Know About!!!

CONCEPT OF DBMS!!

Phases Of Compiler In System Programming!!!!

C Program For Addition, Subtraction, Multiplication, Division Of Two Numbers!!

Difference between a monolithic and micro kernel?

Difference Between The Procedure Oriented Language and Object Oriented Language.

What Is Inheritance In C++? Types Of Inheritance?

Write a program for perform various arithmetic operations.






  • Here, as shown in above program we use variable C for store value of operations.
we enter two numbers 5 and 2 than sum will be 7 ,subtraction will be 3, multiplication will be 10 and division will be 2 because it convert value in integer.


Output :




For More Knowledge Check This Articles For Better Understanding :

Introduction Of C++!!.

Operators In C++

Function Overloading In C++

Data Types in C++

Types Of Constructor In C++

Classes and Objects In C++

What Is Inheritance In C++?

Types Of Inheritance?

Basic Concepts Of OOPC!!

CONCEPT OF DBMS!!

Basic Program Of C Language For Print Hello!!

May You Like To Read This Related Articles:

What Is Operating System? Knowledge Of OS!!

Operating System As A User Interface And As A Resource Manager - Technopedia!

Services Of Operating System - 
Technopedia!!!

Basic Concepts Of OOPC!!

CONCEPT OF DBMS!!

Types Of Operating System - Technopedia!!!

Basic Program Of C Language For Print Hello!!




Comments

Popular posts from this blog

What Is Inheritance In C++? Types Of Inheritance?

CONCEPT OF DBMS!!

Basic Concepts Of OOPC!!