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
Why cstdlib is used in c++?
What is ios in c++?
Can I learn c++ in a week?
When should overload new operator on a global basis or a class basis?
Which function should be used to free the memory allocated by calloc()?
How does c++ structure differ from c++ class?
What is a manipulative person?
Differentiate between a constructor and a destructor in c++.
What is the difference between structure and class?
Write about the members that a derived class can add?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What is rtti in c++?
How can I disable the "echo" feature?
What is decltype c++?
What is a far pointer? where we use it?