What are the single dimension arrays?

Introduction to arrays What are the single dimension arrays? Arrays are the consecutive group of memory locations that have same name of same data types. In programming, arrays are used to “group” the data items of same type. SO rather … Continue reading What are the single dimension arrays?