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 the use of dot in c++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Is c++ fully object oriented?
When are exception objects created?
Is c# written in c++?
What is the first name of c++?
When is the copy constructor called?
What is #include cmath?
Tell me what are static member functions?
What is the best it certification?
How can we read/write Structures from/to data files?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Explain the benefits of proper inheritance.
What is anonymous object in c++?
Explain the pure virtual functions?