Answer Posted / oleg
We know that 4096=0x1000, and we just need to add
4100-4096=4 to 0x1000.
So 0x1000 + 4 = 0x1004.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is a stream water?
What is the difference between arrays and pointers?
Explain how can you tell whether a program was compiled using c versus c++?
Write the Program to reverse a string using pointers.
What is the need of structure in c?
How does free() know explain how much memory to release?
What are the general description for loop statement and available loop types in c?
What does != Mean in c?
Explain what are header files and explain what are its uses in c programming?
What will the preprocessor do for a program?
Where is c used?
Write a program to reverse a linked list in c.
In c programming language, how many parameters can be passed to a function ?
Why do some versions of toupper act strangely if given an upper-case letter?
Tell me what is the purpose of 'register' keyword in c language?