Arrays
1D Arrays:
Declaration and initialization of 1D arrays
1D arrays store a collection of similar type data elements using a single name.
Declaration:
type array_name[size];
Where type is the data type of the elements and size is the total number of ele...
visheshraghuvanshi.tech6 min read