CodeNewbie Community 🌱

Discussion on: What was your greatest "aha" moment?

Collapse
 
itsjzt profile image
Saurabh Sharma

When I understood how arrays work. In C language, arrays can hold multiple values and by definition variable can hold only one value at a time so how arrays manage to achieve this was the biggest question for me at that time.