PRF192_-_FA_2022_-_FE_163.webp
peaceful_mind

PRF192_-_FA_2022_-_FE_163.webp

Multiple choices 48/50
Answer (Choose 1 answer)
Next
What is the output when the sample code below is executed?
int power (int base, int exponent) {
} int main()
int result, i;result = 1;
for (i = 1; i <= exponent; i++)
result = result* base;
return result;
{ printf("%d", power(4,3));return 0;
}
A. 7
B. 12
C. 4
D. 64
1
2
3
4
5
6
7
8
و
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26 27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45 46 47 48 49 50

Thông tin

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

Share this media

Back
Bên trên Bottom