How many bit combinations are there in a byte?
Answer Posted / k.kishorebabu
=2^8-1
=256-1
=255
bco'z only 8 bit data can be loaded that depends on the
address lines we take
Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
What is linked list in c++?
What is function overriding in c++?
What is private, public and protected inheritance?
What is class invariant in c++?
Is swift faster than go?
Can malloc be used in c++?
What is the operator in c++?
What do you mean by inheritance in c++? Explain its types.
How do I make turbo c++ full screen?
Which is not a valid keyword a) public b) protected c) guarded
What are register variables?
When is the destructor called?
What is a local variable?
What is an overflow error?
Why are arrays usually processed with for loop?