Computer Science, asked by hajialishaik6, 9 months ago

What is the output of the program?
#include <iostream>
using namespace std;
int result (int n)
if(n<=10)
return n;
else
int a = ns10
2nd
=
n
retum
a + result(a+b);
int main()
cout<<result (5126);
return 0;
Answer
<
0​

Answers

Answered by DhirajDhande
0

Answer:

question is good but it's too big to read

Similar questions