PRF192_-_FA_2024_-_RE_3050.webp
H

PRF192_-_FA_2024_-_RE_3050.webp

Kizspy | Question: 39
(Choose 1 answer)
What will be the output of the following program?
int main()
{
int i = 1;
int *p = &i;int **k = &p;
i+=2;
printf("%d%d%d", *p, **k, *(*k));
getchar();return 0;
}
A. 333
B. 111
C. 222
D. Compile error

Thông tin

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

Share this media

Back
Bên trên Bottom