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 does 3 mean in texting?
Is stack a keyword in c?
What is the advantage of using #define to declare a constant?
How to get string length of given string in c?
What is #define size in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is difference between Structure and Unions?
What is the difference between far and near in c?
What is the use of structure padding in c?
Which is better between malloc and calloc?
What is the correct code to have following output in c using nested for loop?
What is the difference between text and binary i/o?
Is null always defined as 0(zero)?
What is the scope of static variable in c?
Why pointers are used?