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
If all is successful, what should main return a) 0 b) 1 c) void
Is c++ the best programming language?
What is a hash function c++?
Where and why do I have to put the "template" and "typename" keywords?
What is general format for a prototype?
What is the difference between a definition and a declaration?
What are member functions used in c++?
What is c++ similar to?
How would you obtain segment and offset addresses from a far address of a memory location?
How const int *ourpointer differs from int const *ourpointer?
Are c and c++ similar?
Explain the extern storage classes in c++.
How is objective c different from c++?
what is C++ objects?
Describe protected access specifiers?