linux - Why compile time address binding? Can anyone explain with example? -


i going through link , found definition compile time address binding.

the compiler translates symbolic addresses absolute addresses. if know @ compile time process reside in memory, absolute code can generated (static).

does type of address binding available in modern operating systems linux or windows?

where can useful or applications? examples helpful.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -