Important Notice:

Course Content
NumPy Basic in Python (Chapter-13) M3-R5
About Lesson

Array:-

            Array एक data structure है array similar data type का collection होता है array को homogeneous data type का collection भी कहा जाता है array के प्रत्येक data items को array का element कहा जाता है। array का प्रत्येक element same identifier को share करता है लेकिन अलग-अलग index पर store होते हैं।

 

Array:-

            Array is a data structure. Array is a collection of similar data types. Array is also called a collection of homogeneous data type. Each data item of the array is called an element of the array. Each element of the array shares the same identifier but is stored at different indexes.

 

error: Content is protected !!