C - Functions - Discussion

You Are Here :: Home > C > Functions - Discussion

 



Q.

Which of the following statements are correct ?

1.It is possible for a function to access a variable that is local to another function
2.Two local variable may have the same name
3.The scope of local variable should be a function
4.The scope of local variable may be a single statement

A. 1,2 B. 1,3
C. 1,4 D. None of the above

Answer: Option B
Explaination:

 


No Explanation



Discussion

Your Comments Goes here...
NameDiscussion