PRF192_-_1_-_SP_2024_-_FE_1594.webp
Kechizu76

PRF192_-_1_-_SP_2024_-_FE_1594.webp

(Choose 1 answer)
What is the output of the following code?
void test(float x){
x += 25;
printf("Value inside the function: %.2f",x);
x += 25;
}
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
v=125
B. y=100.00
Value inside the function: 125.00 v=100.00
2.y=100.00
Value inside the function: 125.00 v=150.00

Thông tin

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

Image metadata

Filename
PRF192_-_1_-_SP_2024_-_FE_1594.webp
File size
191.9 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên Bottom