What is an array? Arrays are used to store multiple values in a single variable. We denote the array by a square bracket[]. This is compared to a variable that can store only one value. Each item in an array has an index, that allows you to access it...
sandeepvaishnav.hashnode.dev4 min read
No responses yet.