unable to write sentence after space in c programming

后端 未结 0 1524
忘掉有多难
忘掉有多难 2020-12-07 04:47
#include

struct books {
  char author[100];
  char title[100];
  char publisher[100];
  int pubyear;
  int pages;
  float price;
}
bookObject[10];

v         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题