CSD201_-_SP_2025_-_FE_3621.webp
Kim Anh1

CSD201_-_SP_2025_-_FE_3621.webp

  • Media owner Kim Anh1
  • Ngày thêm
☑Kizspy.me
(Choose 1 answer)
☐ A
Consider the following function:
int fun(int a, int n)
}
{if(n == 0) return(1);
int t =fun(a,n/2);
if(n%2==0)
return(t*t);
else
return(t*t*a);
What is the value of fun(3,2)?
A. 6
B. 5
Back
Next
C. 9
D. 8
FUO.sh
sh the exam.

Thông tin

Category
CSD201
Thêm bởi
Kim Anh1
Ngày thêm
Lượt xem
3,990
Lượt bình luận
6
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom