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 are the advantages and disadvantages of c language?
Explain how can I read and write comma-delimited text?
What is a scope resolution operator in c?
What is typedef struct in c?
What is queue in c?
Describe how arrays can be passed to a user defined function
Why pointers are used in c?
What language is c written?
What is a stream in c programming?
Which is the memory area not included in C program? give the reason
How the c program is executed?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Is flag a keyword in c?
What are the keywords in c?
How does #define work?