gpt4 book ai didi

c - 将 char 存储在数组 C 中无法正常工作

转载 作者:太空宇宙 更新时间:2023-11-04 06:00:57 25 4
gpt4 key购买 nike

<分区>

我有一个数组。但是当它们在我的 while 循环中时,不会打印所有值。正在给疯狂的性格。任何想法。

    int x = 0;
char a[3][20];


strcpy(a[0], "Tires");
strcpy(a[1], "Lights");
strcpy(a[2], "Seats");

while(statement here)
{

for(x = 0; x< 3; x++)
{
printf("%c type", a[x]);
}
}

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