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
Why ctype h is used in c++?
Can I uninstall microsoft c++ redistributable?
What is endl c++?
Can recursive program be written in C++?
What is the use of c++ programming language in real life?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is #include cstdlib in c++?
Can a class be static in c++?
What is general form of pure virtual function? Explain?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Explain the scope of resolution operator.
What is the difference between a reference and a pointer?
Can union be self referenced?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h