This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
// Statement:Array subset is defined as small part of array which consist consecutive array elements. Any subset S of array A can be formed as one or more than one // adjacent cells of array A. so a ...