Today we will be discussing about arrays . ARRAYS: It is a linear data structure used to store a list of homogeneous data under a single name. Consider a program in which you need to store 10 values and add 10 other values to that then in that case yo...