PRF192_-_FA_2024_-_RE_3050.webp
H

PRF192_-_FA_2024_-_RE_3050.webp

Kizspy | Question: 40
(Choose 1 answer)
What will be the output of the following program?int main()
{
int i = 100;
int *p = &i;*p +=2;
printf("%d, %d", i, *p);
getchar();
return 0;
}
A. 102, 102
B. 100, 102
C. 100, 100
D. 102, 100
FUOVERFL

Thông tin

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

Share this media

Back
Bên trên Bottom