C++ Programmer Question:

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

Tweet Share WhatsApp

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.

Read All 59 C++ Programmer Questions
Previous QuestionNext Question
Tell me what is the full form of OOPS?Do you know what is an object?