How many bit combinations are there in a byte?
Answer Posted / azza
There are 256 combinations as 00000000 is classed a one
combination. plus the other 255 combinations. Answer 8 is
wrong.Answer 2 is correct.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
what is COPY CONSTRUCTOR and what is it used for?
Can I learn c++ as my first language?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
How would you call C functions from C++ and vice versa?
What is the arrow operator in c++?
why is iostream::eof inside a loop condition considered wrong?
What is c++ manipulator?
What are the differences between java and c++?
What is a class template?
What is type of 'this' pointer? Explain when it is get created?
What is c++ used for in games?
What are protected members in c++?
Is it possible for a member function to use delete this?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is operator overloading in c++ example?