Answers

Question and Answer:

  Home  C++ Programmer

⟩ Tell me what is the block scope variable in C++?

A variable whose scope is applicable only within a block is said so. Also a variable in C++ can be declared anywhere within the block.

 249 views

More Questions for you: