How many bit combinations are there in a byte?
Answers were Sorted based on User's Feedback
Answer / bari
2 raise to no. of byte ie. for three byte ,8 bit combination
| Is This Answer Correct ? | 4 Yes | 16 No |
Answer / 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 |
Are there any special rules about inlining?
What are the advantages of pointers?
What are c++ data types?
If dog is a friend of boy, is boy a friend of dog?
can output 5 students using one dimensional array
What does namespace mean in c++?
What is meant by const_cast?
what are the events occur in intr activated on interrupt vector table
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
Which should be more useful: the protected and public virtuals?
What is binary search in c++?
What is a c++ object?