261 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?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
pC asked Jul 18, 2016
1,268 views
Implement Longest Increasing Subsequence with the help of 1-D array for dynamic programming. (Hint : MaxTill 1-D array)
1 votes
1 votes
1 answer
3
pC asked Jul 18, 2016
1,387 views
Implement a^b mod m where a,b and m can be huge. (Hint : O(log n))
0 votes
0 votes
0 answers
4