retagged by
356 views
0 votes
0 votes

retagged by

1 Answer

0 votes
0 votes
C is right answer. Because we go for runtime binding, so while executing program we came to know about physical address space.

Related questions

1 votes
1 votes
2 answers
1
Prince Sindhiya asked Dec 27, 2018
1,644 views
The two basic operations that are often performed with the symbol table are:1.Set and reset 2.Set and insert 3. Insert and lookup 4.Reset and lookup
1 votes
1 votes
1 answer
2
sripo asked Nov 3, 2018
2,155 views
Does Heap Allocation support both recursion and dynamic memory allocation? Because,a stack can be implemented using dynamic memory allocation.Please correct me.Test Serie...
1 votes
1 votes
0 answers
4
srestha asked Sep 10, 2018
760 views
What is runtime enviornment (Is it do anything more than running the program?)?Where Stack Pointer generally needed?Why it is needed runtime and not compile time? Has it ...