How many bit combinations are there in a byte?
Answer Posted / manoj
2 pow 8 combinations =256
Arjun is right
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the two shift operators and what are their functions?
What is a singleton c++?
How can I learn c++ easily?
Is c++ the hardest programming language?
Explain about Virtual Function in C++?
Is c++ an oop?
What are c++ data types?
What is function overriding in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Explain data encapsulation?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is a class template in c++?
How do you flush a buffer in c++?
Is c++ built on c?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)