This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.
Tag: arrays
Second Largest Element in an Array
We will write a program to find the second largest element in an array
Introduction to Arrays
An array is a collection of items of the same data type stored at contiguous memory locations.