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 operator is used to access a struct through a pointer a) >> b) -> c) *
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Which programming language's unsatisfactory performance led to the discovery of c++?
Can we change the basic meaning of an operator in c++?
What is the difference between map and hashmap in c++?
What is scope resolution operator in c++ with example?
What is protected inheritance?
Can we sort map in c++?
Explain all the C++ concepts using examples.
What is private, public and protected inheritance?
What is one dimensional array in c++?
What is vector processing?
What gives the current position of the put pointer?
What do you mean by translation unit?
Is c++ still in demand?