...
OOPS
November 29, 2023
KVS 30-12-2018 Part B
November 29, 2023
OOPS
November 29, 2023
KVS 30-12-2018 Part B
November 29, 2023

OOPS

Question 75
Which of the following is NOT true in C++?
A
Before a variable can be used, it must be declared
B
Variable are allocated values through the use of assignment statements
C
When a variable is declared, C++ allocates storage for the variable and puts an unknown value inside it.
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *