C++ Programmer Question:
Tell me what is the block scope variable in C++?
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 Question | Next Question |
Tell me what is the full form of OOPS? | Do you know what is an object? |