Answer Posted / david e. west
I wonder if the nujmber 4100 was picked because it is only 4
more than the "round number" 4096, which is the typical page
size on most 32-bit MMU paging architectures and whose hex
value is 0x1000. Then just add 4 for 0x1004. (Or maybe I'm
over thinking it.)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what are bit fields? What is the use of bit fields in a structure declaration?
What is dynamic dispatch in c++?
diff between exptected result and requirement?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Explain a file operation in C with an example.
What is the c language function prototype?
How do you list files in a directory?
What is indirection in c?
What is the use of a semicolon (;) at the end of every program statement?
Explain how do you list a file’s date and time?
What is c token?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What are linked lists in c?
Why clrscr is used in c?
What is a loop?