gpt4 book ai didi

c - 数组中的负索引

转载 作者:太空狗 更新时间:2023-10-29 14:53:26 35 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Negative array indexes in C?

我可以在数组中使用负索引吗?

#include <stdio.h>

int main(void)
{
char a[] = "pascual";
char *p = a;

p += 3;
printf("%c\n", p[-1]); /* -1 is valid here? */
return 0;
}

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