aayushi-droid / Edabit-Solutions

Edabit Solutions using Cpp(C++)
MIT License
39 stars 154 forks source link

Count Ones in Binary Representation of Integer #21

Closed keshav304 closed 3 years ago

keshav304 commented 3 years ago

Before jumping into Pr first comment for assign.

Function that Count the amount of ones in the binary representation of an integer. : Probelm Link : https://edabit.com/challenge/GbyPdqNnp75Wci7Cn Choose one Cateorgy - Easy question category : Numbers


Before submitting a PR please Check some details.

/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

keshav304 commented 3 years ago

hey @aayushi-droid please assign

aayushi-droid commented 3 years ago
aayushi-droid commented 3 years ago