How many bit combinations are there in a byte?
Answers were Sorted based on User's Feedback
Answer / bari
2 raise to no. of byte ie. for three byte ,8 bit combination
| Is This Answer Correct ? | 4 Yes | 16 No |
Answer / anita sachdeva
Byte contains the 8 Bits and bit contains either the value
0 or 1. there are only two states there will be 255
combinations i.e.(2 raise to power 8 minus 1)
combinations .
| Is This Answer Correct ? | 18 Yes | 46 No |
What flag means?
Explain the use of vtable.
Who invented turbo c++?
How to write a program such that it will delete itself after exectution?
What is a memory leak c++?
what is the C++
What is class definition in c++ ?
Eplain extern keyword?
What does std mean in c++?
Tell me can a pure virtual function have an implementation?
Define whitespace in C++.
If dog is a friend of boy, is boy a friend of dog?