mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #862] [CLOSED] Bit_manipulation created #1370
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/862
Author: @aritro66
Created: 10/1/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
14919c0binary_and_operator.c file created4ab886bbinary_or_operator.c file createde65cf27binary_xor_operator.c file createdcda27b8binary_compliment_operator.c file created4391d96binary_shifts.c file created📊 Changes
5 files changed (+126 additions, -0 deletions)
View changed files
➕
bit_manipulation/binary_and_operator.c(+25 -0)➕
bit_manipulation/binary_compliment_operator.c(+22 -0)➕
bit_manipulation/binary_or_operator.c(+25 -0)➕
bit_manipulation/binary_shifts.c(+29 -0)➕
bit_manipulation/binary_xor_operator.c(+25 -0)📄 Description
Description of Change
I have created some basic bitwise operations, c programs. This contains some basic and concept clearing examples which can help users/students to understand bit_manipulation easily.
References
Checklist
Notes:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.