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
Tell me difference between constant pointer and pointer to a constant.
When we use Abstract Class and when we use Interface?where we will implement in real time?
What are activex and ole?
How to access a variable of the structure?
What is format for defining a structure?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Which is best ide for c++?
Why do we use constructor?
What are the rules for naming an identifier?
What is the prototype of printf function?
When is the copy constructor called?
What is the basic structure of a c++ program?
What is endianness?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Why was c++ created?