English, asked by janhaviraikar88, 6 months ago

b) output with justification
#include <iostream.h>
long factorial (long a)
{
if (a > 1)
return (a + factorial (a + 1));
else
return (1);
}
int main o)
{
long num = 3;
cout << num << "! = " << factorial ( num
);
}​

Answers

Answered by Anonymous
11

What

is

this

❓❓❓❓❓❓ ❔❗❗❗❗❗❗✴️

Answered by Anonymous
2

Answer:

your question is not proper

Explanation:

Similar questions