PRF192_-_SP_2025_-_FE_3581.webp
P

PRF192_-_SP_2025_-_FE_3581.webp

Kizspy Question: 39
(Choose 1 answer)
What will be the output of the following program?
int main()
{
int i=1;
PUUVERFLOW Com
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
proud_nation
Ngày thêm
Lượt xem
2,033
Lượt bình luận
10
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom