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 do you mean by “this” pointer?
Differentiate between an array and a list?
what kind of projects are suitable for c and c++
Why is swift so fast?
Why the usage of pointers in C++ is not recommended ?
Will a catch statement catch a derived exception if it is looking for the base class?
How to get the current position of the file pointer?
How can an improvement in the quality of software be done by try/catch/throw?
What is c++ 11 and c++ 14?
How should runtime errors be handled in c++?
How is c++ used in the real world?
Describe new operator and delete operator?
What is the default access level?
Define whitespace in C++.
Why use of template is better than a base class?