Static Array

Home > Computer Science > Programming Languages > Arrays > Static Array

This is an array whose size is predetermined and cannot be changed at runtime. It is also known as a fixed-size array.