Q30
In C, what is a function parameter's scope?
A.
Limited to the function where it is declared
AnswerB.
Limited to the entire program
C.
Limited to the block where it is declared
D.
Limited to the main() function
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board