gpt4 book ai didi

c - 如何使用 scanf() 扫描其中包含空格的字符串?

转载 作者:太空狗 更新时间:2023-10-29 15:09:26 24 4
gpt4 key购买 nike

<分区>

我想编写一个子程序,用户可以在其中输入他们的评论。我使用 scanf("%s", X) 并让他们输入评论,但它只能存储字符串中空格键之前的单词。

如何解决这个问题,以便将整个句子存储到字符串或文件中?

我的代码如下:

FILE *fp;
char comment[100];
fp=fopen("comment.txt","a");
printf("You can input your comment to our system or give opinion to the musics :\n");
scanf("%s",comment);
fputs(comment,fp);

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