In order to use a variable in C++, we ____________ first declare it.

In order to use a variable in C++, we ____________ first declare it.

Explanation

For using a variable in C++, we have to first define it to tell the compiler about its existence so that compiler can allocate the required memory to it.


AGM 24-12-2022