Develop a pointer to a function to read 3 input integer values as arguments and check whether sum of 2 integers is greater than the third one.
Answers
Answered by
2
Answer:
Run three loops and check if there exists a triplet such that sum of two elements equals the third element.
Similar questions