How many bit combinations are there in a byte?
Answer Posted / abdullah javid
There'll actually be 256 combinations. The maximum value
that can be represented with a byte (8 - bits) is 255 but as
far as combinations are concerned 0 should also be
considered as well as 1, 2, 3, ..., 255. So there are total
256 combinations.
| Is This Answer Correct ? | 94 Yes | 8 No |
Post New Answer View All Answers
What is private inheritance?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is the advantage of an external iterator.
How much is c++ certification?
What return value must conversion operators have in their declaration?
What is a rooted hierarchy?
How to get the current position of the file pointer?
What is c++ namespace?
What is iostream in c++ used for?
Can you overload the operator+ for short integers?
What is the purpose of template?
What is == in programming?
Please explain class & object in c++?
How do you flush a buffer in c++?
What is the difference between an external iterator and an internal iterator?