Skip to content

SejalCh/Operators-in-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Operators-in-C-

##AIM:To study about arithmetic operators in C++.

##Theory:

Operators are used to perform arithmetic or mathematical operations on the operands. They are certain symbols which perform arithmetic operations such as
addition, subtraction,etc. on operands(variable/constants. Arithmetic operators supported by C++ are:
1.'+'-add
2.'-'-subtract
3.'*'-multiply
4.'/'-division
5.'%'-modulo operation

There also other operators supported by C++ like bitwise,relational, logical etc., which we will discuss later.

##OUTPUT:

Screenshot 2023-10-01 111640

About

Different operators in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages