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 is size of a object of following class? class Foo { public: void foo(){} }
Can circle be called an ellipse?
What is an arraylist c++?
What is searching? Explain linear and binary search.
Can class objects be passed as function arguments?
Is rust better than c++?
How can you link a c++ program to c functions?
What is microsoft c++ redistributable?
what are difference between c and c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Describe linkages and types of linkages?
sizeof- is it functioning statically or dynamically?