How many bit combinations are there in a byte?

Answers were Sorted based on User's Feedback



How many bit combinations are there in a byte?..

Answer / bari

2 raise to no. of byte ie. for three byte ,8 bit combination

Is This Answer Correct ?    4 Yes 16 No

How many bit combinations are there in a byte?..

Answer / prakash

255 0nly

Is This Answer Correct ?    4 Yes 23 No

How many bit combinations are there in a byte?..

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

Post New Answer

More C++ General Interview Questions

What is the size of pointer ? Also size of pointer in 64 bit pointer

4 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


Explain queue. How it can be implemented?

0 Answers  


Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


Write a struct time where integer m, h, s are its members?

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


How to defines the function in c++?

0 Answers  


What are the important differences between c++ and java?

0 Answers  


How can a struct in c++ differs from a struct in c?

0 Answers  


What is & in c++ function?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


What is the difference between new/delete and malloc/free?

1 Answers  


Categories