How many bit combinations are there in a byte?
Answer Posted / vaibhav meena
it is 2^8
means 2 ^ no of bits
means 256....
:)
| Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
Explain virtual class?
Why is c++ still used?
Explain the concept of dynamic allocation of memory?
Is c++ platform dependent?
What is the size of integer variable?
Is c++ slower than c?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Name four predefined macros.
What is &x in c++?
How do we implement inheritance in c++?
What are the uses of static class data?
Differentiate between realloc() and free().
What is a static member?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What happens when the extern "c" char func (char*,waste) executes?