Math, asked by tarunkancharla102, 5 days ago

Find the output of the below program. WE #include int main() { int arrli = [ 9. 13, 7, 5, 5, 6, 1, 5, 8, 2); int count = 0, sum = 10, n = 10: for (int i = 0; i < n; i = i + 2) { for (int j = i + 1: j < n; j++) { if (arr[i] + arrli] == sum) count += count++; ] printf("%d", count); ]​

Answers

Answered by praveendev786
1

Answer:

5

Step-by-step explanation:

The output matched to only one element that is arr[5]=5.

Answered by Blink040
1

Answer:

5

Step-by-step explanation:

please mark me as brainlist answer.

Similar questions