PRF192_-_S4_-_SU_2023_-_FE_438.webp
D

PRF192_-_S4_-_SU_2023_-_FE_438.webp

Answer (Choose 1 answer)
What is the output of the following code?
#include <conio.h>
#include <stdio.h>
int x;
int main () {
x = 100;
printf(" x = %d",x);
test();printf(" x = %d",x);
printf("");return(0);
}
void test()
{ int x;
x = 20;
}
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
DinhTai2005
Ngày thêm
Lượt xem
1,563
Lượt bình luận
12
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRF192_-_S4_-_SU_2023_-_FE_438.webp
File size
63 KB
Dimensions
1926px x 906px

Share this media

Back
Bên trên Bottom