Home > Back-end > For help, with my help, just contact with c language
For help, with my help, just contact with c language
Time:01-07
CodePudding user response:
Design a structure, such as: Struct book { Char name [30]. Char author [30]. Char press [30]. Int isbn. Int leadCount; Int remainCount; };
CodePudding user response:
Upstairs, and then assign The book _book; _book. Name="c language program design"; _book. Author="dark clouds borjigin"; _book. Press="higher education press"; _book. Isbn=123456; _book. LeadCount=1; _book. RemainCount=3;