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
Which software is used for c++ programming?
What is the insertion operator and what does it do?
Why is standard template library used?
What is a tree in c++?
Please explain class & object in c++?
what is Member Functions in Classes?
What are special characters c++?
What is the difference between public, private, and protected access?
Implement stack operations with pointers with appropriate exception checks.
What are shallow and deep copy?
What is exception handling? Does c++ support exception handling?
What is a null object in c++?
Briefly describe a B+ tree. What is bulk loading in it?
What is double in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?