OOPS
November 29, 2023OOPS
November 29, 2023OOPS
Question 75 |
Which of the following is NOT true in C++?
Before a variable can be used, it must be declared | |
Variable are allocated values through the use of assignment statements | |
When a variable is declared, C++ allocates storage for the variable and puts an unknown value inside it. | |
We can use a variable even if it is not declared. |
Question 75 Explanation:
In the c++ (or) C programming language , in order to use the variables in the program we must declare the variables before using.
Correct Answer: D
Question 75 Explanation:
In the c++ (or) C programming language , in order to use the variables in the program we must declare the variables before using.
Subscribe
Login
0 Comments