My Blog

My WordPress Blog

My Blog

My WordPress Blog

04. Arrays

Arrays

An array is a data structure that stores one or more data values having some relation among them, in a single variable. For example, if you want to store the marks of 10 students in a class, then instead of defining 10 different variables, it’s easy to define an array of 10 length. Arrays in […]

Scroll to top