adplus-dvertising
frame-decoration

Question

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

a.

whole program

b.

only inside the {} block

c.

main function

d.

none of the mentioned

Answer: (b).only inside the {} block

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the scope of the variable declared in the user definied function?

Similar Questions

Discover Related MCQs

Q. How many minimum number of functions are need to be presented in c++?

Q. How many ways of passing a parameter are there in c++?

Q. Which is used to keep the call by reference value as intact?

Q. By default how the value are passed in c++?

Q. How many types of returning values are present in c++?

Q. What will you use if you are not intended to get a return value?

Q. Where does the return statement returns the execution of the program?

Q. When will we use the function overloading?

Q. Which of the following permits function overloading on c++?

Q. In which of the following we cannot overload the function?

Q. Function overloading is also similar to which of the following?

Q. Overloaded functions are

Q. What will happen while using pass by reference

Q. When our function doesn’t need to return anything means what will we use/send as parameter in function?

Q. What are the advantages of passing arguments by reference?

Q. If the user didn’t supply the value, what value will it take?

Q. Where can the default parameter be placed by the user?

Q. Which value will it take when both user and default values are given?

Q. What we can’t place followed by the non-default arguments?

Q. If we start our function call with default arguments means, what will be proceeding arguments?