gpt4 book ai didi

C 过去论文中的指针

转载 作者:太空狗 更新时间:2023-10-29 17:27:21 25 4
gpt4 key购买 nike

<分区>

我还有一个 C 指针问题。

Consider executing the following program:

int x[5] = {0,3,5,7,9};
int* y = &x[2];
*(y+2) = *(y--);

What values does the array x hold afterwards?

y-- 到底是怎么回事?我知道 *(y+2) 是如何工作的,并且了解其余部分,但不知道 y-- 如何与其余部分联系起来。

另外,给出的答案是{0, 3, 5, 5, 9}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com