CSD201_-_RE_-_SU_2023_555.webp
Todoroki_87

CSD201_-_RE_-_SU_2023_555.webp

(Choose 1 answer)
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(1014);
B. fun(100);
C. fun(0);
D. fun(1012);
E. fun(-1012);

Exit 48

Thông tin

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

Image metadata

Filename
CSD201_-_RE_-_SU_2023_555.webp
File size
46.5 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom