[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Interview Questions and Answers :: IpInfusion

32. Write the program to find the sum of two numbers & positions in an array to a numbers.

Answer:

int a[]= {2,3,4,7,9,3,8,9,6,8,7,9};
int i=0;
int j=0;
int n=12;
int sum=12;
for (i=0;i {
for(j=++i;j {
if ((a[i]+a[j]) == sum)
{
printf("\n %d + %d positions of sum %d", a[i], a[j], sum);
continue;
}
}
}

Post Your Answer Here:      Public      Private

Rate This: +0 -0
Report     

Post Your Reply Here:     

Report Error

Report Error

Please Login First Click Here