Given an array Arr of size N, print second largest distinct element from an array. -> If the current element is larger than ‘large’ then update second_large and large variables -> Else if the current ...