Home »
MCQs »
C++ MCQs
The system automatically initializes a local variable?
64. The system automatically initializes a local variable?
- True
- False
Answer: B) False
Explanation:
The system automatically initializes a global variable whereas we need to initialize local variables explicitly.