PRF192_-_SP_2024_-_Block_5_-_RE_1958.webp
Đ

PRF192_-_SP_2024_-_Block_5_-_RE_1958.webp

(Choose 1 answer)
What is the output of the following code?
void test(float x){ x += 25;
x += 25;
}
printf("Value inside the function: %.2f",x);
int main ()
{ float y;y = 100;
printf("y = %.2f",y);
test(y);
printf("y = %.2f",y);
return(0);
}
A. y = 100
Value inside the function: 125
y = 125
B. y = 100.00
Value inside the function: 125.00
y = 100.00
C. y = 100.00
Value inside the function: 125.00
y = 150.00
FUO

Thông tin

Category
PRF192
Thêm bởi
Đức Thành2
Ngày thêm
Lượt xem
1,575
Lượt bình luận
6
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRF192_-_SP_2024_-_Block_5_-_RE_1958.webp
File size
200.5 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên Bottom