What is a static array?

Arrays Linked Lists Questions



46 Short 80 Medium 67 Long Answer Questions Question Index

What is a static array?

A static array is a fixed-size data structure that stores elements of the same data type in contiguous memory locations. The size of a static array is determined at compile-time and cannot be changed during runtime.