User profile: hoity

User info
User name:hoity
History
Joined:
Number of posts:15
Latest posts:

Comparing numbers to c
What is your expected output?

Stuck to understand output..
First Output: (-84) this is simple, value of int i is -42, so -42+(-42)=84 Second Output: (4294967...

Hamming weight
Thanks everybody :D

Hamming weight
Can anybody please explain the following code portion here. [code] int count_set_bits(int N) ...

Multidimensional Vector
got it.Thanks