Vidyalelo
C++ Programming · Q104

Variables and Data Types in C++

Programming · C++ Programming · question 104

Q104

Pick the right option. Statement 1: Global values are not initialized by the stream. Statement 2: Local values are implicitly initialised to 0.

A.
Statement 1 is true, Statement 2 is false
B.
Statement 2 is true, Statement 1 is false
C.
Both are false
Answer
D.
Both are true

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board