C++ Programmer Question:

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

C++ Programmer Interview Question
C++ Programmer Interview Question

Answer:

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.


Previous QuestionNext Question
Tell me what is the full form of OOPS?Do you know what is an object?