How many bit combinations are there in a byte?
Answer Posted / bari
2 raise to no. of byte ie. for three byte ,8 bit combination
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
Who was the creator of c++?
Why the usage of pointers in C++ is not recommended ?
Can user-defined object be declared as static data member of another class?
What is friend class in c++ with example?
What is ios in c++?
What is abstract keyword in c++?
what is C++ exceptional handling?
How do you save a c++ program?
How to allocate memory dynamically for a reference?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
write a function signature with various number of parameters.
Why c++ is the best language?
Which operator cannot be overloaded c++?
Define a constructor - what it is and how it might be called (2 methods)?
What is an adaptor class in c++?