Skip to content

CraftCodeYS/Bitwise-Operations-in-Cpp-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Simple Bitwise-Operations-in-Cpp

Example OUTPUT

Enter a number between 0 & 255: 147
Choose an n-th digit: 4

The position of the n-th is: 00010000
The result of the n-th is: 00010000

Decimal: 147
Hexadecimal: 93
Octal: 223
Binary: 10010011

LSB: The Number have a min Bit!
MSB: The Number have a max Bit!

Ones: 4, Zeros: 4
Twos Complement: 01101101

About

Simple Bitwise Operations in Cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages