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 the size of pointer ? Also size of pointer in 64 bit pointer
Is there a datatype string in c++?How is the memory allocation?
Explain queue. How it can be implemented?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Write a struct time where integer m, h, s are its members?
What are different types of typecasting supported by C++
How to defines the function in c++?
What are the important differences between c++ and java?
How can a struct in c++ differs from a struct in c?
What is & in c++ function?
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)
What is the difference between new/delete and malloc/free?