gpt4 book ai didi

在 C 中创建字符串值并将其添加到二维数组

转载 作者:行者123 更新时间:2023-11-30 16:29:27 25 4
gpt4 key购买 nike

嗨,我想用 C 创建一个包含 6 个元素的字符串数组。

示例:

我想保存名字、姓氏、帐号、密码、上次交易、余额等信息。

我知道如何在 C# 中执行此操作,但无法理解 C 和 char[] 数组的使用。

我希望输出为 userAccount[0][0] Joe, userAccount[0][1] Bloggs, userAccount[0][2] 123456, userAccount[0][3] 1234, userAccount[0][ 5] 8 月 14 日,userAccount[0][0] 4.25 美元。

最佳答案

首先尝试一下:

static char* stateNames[] = 
{
"David Hasselhoff",
"Lady Gaga" ,
"Jimmi Hendrix"
};

printf("SER: -> [%s]\n", stateNames[state]);

关于在 C 中创建字符串值并将其添加到二维数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51834429/

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