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


Please Help Members By Posting Answers For Below Questions

How do you write a function that can reverse a linked-list?

568


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

609


How should a contructor handle a failure?

681


Describe delete operator?

616


What are member functions used in c++?

547






Does improper inheritance have a potential to wreck a project?

624


What are multiple inheritances (virtual inheritance)?

578


Which programming language is best to learn first?

577


What is function overloading in C++?

721


Describe the advantage of an external iterator.

611


What is the difference between prefix and postfix versions of operator++()?

589


What is a dangling pointer in c++?

652


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

556


What are the uses of pointers?

572


Define what is constructor?

579