The first program of DSA Series has come. The above program is one of the most basic program related to Array. In this program an Array has to be printed.
Similarly, more programs will be covered in upcoming days.
Before coming onto Multi-Dimensional Array, the concept of Array and Single Dimensional Array must be clear. Single Dimensional Array (Link) Programs Related to Arrays will be covered in the upcoming articles.
Bubble Sort is sorting technique. In the above example, the array is used to sort in ascending order and for descending order the ">" symbol has to be replaced by "<" symbol.
Comments
Post a Comment