Which variable will be used in inner code block if we have the-00775
This subjective question is related to the book/course
vu cs504 Software Engineering - I.
It can also be found in
vu cs504 Mid Term Solved Past Paper No. 3.
Question 1: Which variable will be used in inner code block if we have the same names of variable at outer code block and inner code block?
Answer:
Simply: variable of the inner code is use in the inner code block.