csubhasundar / CodingPractice-Hacktoberfest23

Repository totally dedicated to Hacktober Fest 2023, feel free to use it. Topics hacktoberfest hacktoberfest-accepted hacktoberfest2023
32 stars 293 forks source link

Create Two_Sum.c #201

Closed suhanaparvin12 closed 11 months ago

suhanaparvin12 commented 1 year ago

Given an array A[] of n numbers and another number x, the task is to check whether or not there exist two elements in A[] whose sum is exactly x.