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
When should we use container classes instead of arrays?
Explain this pointer?
What is fixed in c++?
What is the use of string in c++?
Is java made in c++?
Explain data encapsulation?
What are exceptions c++?
Explain what is class definition in c++ ?
What is a container class? What are the types of container classes in c++?
Write about the members that a derived class can add?
Are strings immutable in c++?
Can a class be static in c++?
Explain the difference between class and struct in c++?
What do you mean by friend class & friend function in c++?
Can a function take variable length arguments, if yes, how?