-
Pick the right option
Statement (i) Global values are not initialized by the stream.
Statement (ii) Local values are implicitly initialised to 0.
-
- Statement (i) is true, Statement (i) is false
- Statement (i) is true, Statement (ii) is false
- Both are true
- Both are false
- None of these
Correct Option: D
Global values are implicitly initialised to 0, but local values have to be initialised by the system.