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 jobs can you get with a c++ certification?
What is virtual function? Explain with an example
Explain class invariant.
What are the advantages of using a pointer?
How does atoi function work?
Explain storage qualifiers in c++.
What do you mean by enumerated data type?
Which is most difficult programming language?
what are the iterator and generic algorithms.
Difference between strdup and strcpy?
What is pointer to array in c++?
Mention the purpose of istream class?
What is math h in c++?
Show the declaration for a static member variable.
how to explain our contribution in the project?