Vidyalelo
C Programming · Q30

Function

Programming · C Programming · question 30

Q30

In C, what is a function parameter's scope?

A.
Limited to the function where it is declared
Answer
B.
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