...
OOPS
November 29, 2023
OOPS
November 29, 2023
OOPS
November 29, 2023
OOPS
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.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!