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 c++ programming language?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What are static variables?
Is c++ map a hash table?
What is the use of namespace std in C++?
Is java easier than c++?
Is java based off c++?
Write is a binary search tree? Write an algo and tell complexity?
What is pointer -to-members in C++? Give their syntax?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Are iterators pointers?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is #include ctype h in c++?
what do you mean by volatile variable?