Q17_94_20250829131255.webp
Goku777

Q17_94_20250829131255.webp

  • Media owner Goku777
  • Ngày thêm
☑Kizspy.me
(Choose 1 answer)
☐ A
Consider the following function:
int fun(int n)
{if (n< 0)
return(fun(-n));
else if(n<5)
return(2);
else
}
return(n*fun(n/2));
Which call will result in the most recursive calls?
A. fun(-1012);
B. fun(100);
C. fun(0);
D. fun(1012);
FUO.sh
sh the exam.
  • Like
Reactions: mrcua100

Thông tin

Category
CSD201
Thêm bởi
Goku777
Ngày thêm
Lượt xem
2,096
Lượt bình luận
4
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom