what is the hexidecimal number of 4100?

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


Please Help Members By Posting Answers For Below Questions

Explain #pragma statements.

608


What are the types of functions in c?

579


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

660


What is a pointer and how it is initialized?

613


what is the significance of static storage class specifier?

1667






Why can’t we compare structures?

818


Explain the array representation of a binary tree in C.

732


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

589


Why do we use null pointer?

609


Is void a keyword in c?

584


Describe the order of precedence with regards to operators in C.

638


Explain what standard functions are available to manipulate strings?

615


write a c program for swapping two strings using pointer

2100


what are enumerations in C

727


Explain a pre-processor and its advantages.

637