Home » C++ Programming » Data Types » Question
  1. Pick the right option
    Statement (i) Global values are not initialized by the stream.
    Statement (ii) Local values are implicitly initialised to 0.
    1. Statement (i) is true, Statement (i) is false
    2. Statement (i) is true, Statement (ii) is false
    3. Both are true
    4. Both are false
    5. None of these
Correct Option: D

Global values are implicitly initialised to 0, but local values have to be initialised by the system.



Your comments will be displayed only after manual approval.