What is an Array? An array is a collection of similar types of Elements. It is a data structure where we store similar elements. **Elements of an Array are stored in continuous memory allocation. Arrays are index-based, the first element of the array...
rajender.hashnode.dev2 min read
No responses yet.