
Max and Place Element Array
Choose your prefered Language:


Write a program in C language that will introduce N integers in a one-dimensional N-table (N = known) and will find the largest element as well as the position it holds in the table.
In case that there are more than one maximum items will be located and all the corresponding positions will be displayed, without using a table sorting process.