Q20.webp
anhviettuan

Q20.webp

Kizspy | Question: 20
(Choose 1 answer)
Analyze the following C function and determine the output?
A. 6
B. 3
C. 9
D. O
2 int f(int a, int b, int c) {
23456
int t = 2
return t;
5 }
(a + b - c) / 5%;
7 int main() {
int x =
5, y = 6, z = 7;
int t = 3 f(x, y, z);
printf("%d", t);
return 0;
8
9
10
11
12 }

Thông tin

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

Share this media

Back
Bên trên Bottom