in Programming in C
196 views
1 vote
1 vote

What is the term Binding Used in as as execution phase of a code segment...?

in Programming in C
196 views

2 Comments

binding means how your variables are attached to the scope in which they are defined.
0
0
Binding means the association of variables and function of program to an actual physical memory location.
It can be compile , link, dynamic, edit type.
1
1

Please log in or register to answer this question.