Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top