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 are shallow and deep copies?
Explain what are mutator methods in c++?
Define linked lists with the help of an example.
Why c++ is so important?
Explain the difference between static and dynamic binding of functions?
What is general format for a prototype?
Using a smart pointer can we iterate through a container?
What are the methods of exporting a function from a dll?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Explain storage qualifiers in c++.
What are different types of loops in c++?
What is the use of map in c++?
Can class objects be passed as function arguments?
Explain about Garbage Collector?
What is the fastest c++ compiler?