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 difference between n and endl in c++?
How can virtual functions in c++ be implemented?
When must you use a pointer rather than a reference?
What is microsoft c++ redistributable 2013?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Explain the difference between realloc() and free() in c++?
What is the copy-and-swap idiom?
what is C++ objects?
What is iomanip c++?
What does flush do c++?
What is the iunknown interface?
Why can’t you call invariants() as the first line of your constructor?
What is polymorphism in c++? Explain with an example?
Describe exception handling concept with an example?