How many bit combinations are there in a byte?
Answer Posted / arjun
This has to be the easiest technical question for any
programmer...
A Byte is made of 8 Bits, so the number of combination for
Byte would be 2^8.
However, if asked the maximum number represented then it
would be (2^8)-1.
Surely, if you can't answer this you should seriously think
about changing your profession.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the difference between a template and a macro?
What is microsoft c++ redistributable?
What is the exit function in c++?
What do you know about near, far and huge pointer?
Write is a binary search tree? Write an algo and tell complexity?
Can you pass an array to a function in c++?
Is c++ the best programming language?
What is constructor and destructor in c++?
Why c++ is so important?
Do vectors start at 0?
What is the difference between prefix and postfix versions of operator++()?
What is size of string in c++?
Explain how we implement exception handling in c++?
Define upcasting.
What is input operator in c++?