InidBIX.com
Arithmetic Aptitude Data Interpretation
Logical Reasoning Verbal Reasoning
Sudoku Number puzzles Missing letters puzzles Logical puzzles Playing cards puzzles Clock puzzles
C Programming Java Programming
Data Structures Operating Systems Networking DATABASE Database Basics SQL Server Basics SQL Server Advanced SQL Server 2008 JAVA Core Java Java Basics Advanced Java UNIX Unix File Management Unix Memory Management Unix Process Managemnt
Aptitude Test Verbal Ability Test Verbal Reasoning Test Logical Reasoning Test C Programming Test Java Programming Test
Group Disucssion HR Interview Questions Technical Interview Questions Body Language

Exercise

"Success has many fathers, while failure is an orphan."
- (Proverb)

C Programming - Bitwise Operators

@ : Home > C Programming > Bitwise Operators > General Questions
1. 

In which numbering system can the binary number 1011011111000101 be easily converted to?

A. Decimal systemB.
Hexadecimal system
C. Octal systemD. No need to convert

2. 

Which bitwise operator is suitable for checking whether a particular bit is on or off?

A. && operatorB.
& operator
C. || operatorD. ! operator

3. 

Which bitwise operator is suitable for turning off a particular bit in a number?

A. && operatorB.
& operator
C. || operatorD. ! operator

4. 

Which bitwise operator is suitable for turning on a particular bit in a number?

A. && operatorB. & operator
C. || operatorD.
| operator


© 2008-2010 by IndiaBIX™ Technologies. All Rights Reserved | Copyright | Terms of Use & Privacy Policy