Links to books on bit manipulation in C

Status
Not open for further replies.

Gayathri Jeyaram

Junior Member level 1
Joined
Jul 30, 2012
Messages
16
Helped
4
Reputation
8
Reaction score
4
Trophy points
1,283
Activity points
1,377
Hello I recently had an interview where I was asked a lot of bit manipulative questions and I wasn't very good at answering them. like for example, how to create a mask, some puzzles like https://www.careercup.com/question?id=20004674

Can anyone here suggest some good links or links to books to learn concepts involving bit manipulations ?
DON'T POST EBOOKS !
 
Last edited:

Any good C book will help. You can download the free manual of mikroC PRO Compiler or install mikroC PRO demo Compiler and read its help file. You need to understand &, |, ^, !, <<, >>, etc... They are bitwise operators.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…