PRF192_-_SP_2023_-_RE_-_s_2_122.webp
Vegeta_chan

PRF192_-_SP_2023_-_RE_-_s_2_122.webp

Multiple Choices
(Choose 1 answer)
What is the output of the following code?
int x;
void test()
{ int x;
x = 20;
} int main () {
x = 100;
printf(" x = %d",x);
test();
printf(" x = %d",x);printf("");
}
return(0);
A. Error at compiling time
B. x = 100 x = 20
C. x = 100 x = 100
D. x = 20 x = 100

Thông tin

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

Share this media

Back
Bên trên Bottom