Answers

Question and Answer:

  Home  C++ Pointers and Functions

⟩ What is the scope of the variable declared in the user definied function? a) whole program b) only inside the {} block c) both a and b d) none of the mentioned

b) only inside the {} block

 184 views

More Questions for you: