To find the biggest and smallest number and positions in the given array
by Ranjith | December 4th, 2008.This program deals with finding the largest and smallest magnitude in an array. The program asks the user to enter the dimension of the integer array, which he can enter soon after that.
Logic: The entered array is traced through the dimension. Initially the program assumes the first member is the smallest and the greatest till [...]





