How many bit combinations are there in a byte?
Answer Posted / anita sachdeva
Byte contains the 8 Bits and bit contains either the value
0 or 1. there are only two states there will be 255
combinations i.e.(2 raise to power 8 minus 1)
combinations .
| Is This Answer Correct ? | 18 Yes | 46 No |
Post New Answer View All Answers
what are the iterator and generic algorithms.
Why cstdlib is used in c++?
How to implement is-a and has-a class relationships?
What is vector string in c++?
What is the difference between reference and pointer?
What is the limitation of cin while taking input for character array?
How can you say that a template is better than a base class?
What is the this pointer?
Can we use pointers in c++?
What is the difference between method overloading and method overriding in c++?
What is a pointer how and when is it used?
Define basic type of variable used for a different condition in C++?
What methods can be overridden in java?
What are the different types of comments allowed in c++?
Can malloc be used in c++?