Computer Science, asked by shreysthb, 6 months ago

Given the following code. Show the dry run/ working .

Attachments:

Answers

Answered by mafattah
1

Answer:

1. 6 is the output of fun(3,2)

2. 12 is the output of fun(4,3)

3. The function fun() is a recursive function. A funtion which is calling itself.

Similar questions