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 a responder chain?
Explain stack & heap objects?
Explain mutable storage class specifier.
Why c++ is called oop?
How can you create a virtual copy constructor?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
How do I download c++?
What are move semantics?
Can recursive program be written in C++?
What is a local variable?
How does c++ structure differ from c++ class?
What are the methods of exporting a function from a dll?
What are shallow and deep copy?
What is different in C++, compare with unix?
Define macro.