Computer Science, asked by hemajayakumar4085, 28 days ago

void foo(int num)
{
int x=1;
if(num)
X+;
foo(num+1);
)
X++;
printf("%d.%d", x, num):
1
main()
(
foo(-2);
)​

Answers

Answered by balpreet20
0

Answer:

write your question in proper way and mentio your query

Similar questions