Vidyalelo
C++ Programming · Q51

Functions and Procedures in C++

Programming · C++ Programming · question 51

Q51

What is the scope of the variable declared in the user defined function?

A.
whole program
B.
only inside the {} block
Answer
C.
the main function
D.
header section

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board