Home »
MCQs »
C++ MCQs
Is it true, when array initialization is part of the definition then the size of the array is not required?
131. Is it true, when array initialization is part of the definition then the size of the array is not required?
- True
- False
Answer: A) True
Explanation:
Yes, the size of the array is not required when we initialize an array as part of the definition.