write a c program that given a set a of n numbers and another number x determines whether or not there exist two elements in s whose sum is exactly x March 24, 2014 by Dhaval Dave Given an array A[] and a number x, check for pair in A[] with sum as x Write a C program that, given an array A[] of n numbers and another number x, determines whether … Read More