Problem statement :write a program to print the result of bitwise operations(AND,OR,XOR) on the given two numbers.
Probelm Link : https://edabit.com/challenge/qA5aT6XYfafH3NwcX
Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert
question category*:EASY
Before submitting a PR please Check some details.
[ ] fileName formet should be in camelcase
example- returnTheNextNumber.py
[ ] Choose label for Problem , example- "good first issue", "easy"
[ ] In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
* Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
int bla;
return 0;
}
Before jumping into Pr first comment for assign.
Problem statement :write a program to print the result of bitwise operations(AND,OR,XOR) on the given two numbers. Probelm Link : https://edabit.com/challenge/qA5aT6XYfafH3NwcX Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert question category*:EASY
Before submitting a PR please Check some details.
This repository is vaild for HacktoberFest2020
Read before making PR - How to contribute on Github Good Luck,