in Programming in C
252 views
0 votes
0 votes
In case of dynamic scoping, will an undeclared variable 'a' take the value of previous function's variable even if the variable 'a' in prev function is declared as static?
in Programming in C
252 views

1 comment

if some variable is declared static that means its in a constant memory space and available throughout the lifetime of program is it jumps from function to function....did the interviewer gave you the answer?
0
0

Please log in or register to answer this question.

Related questions