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;

CodePudding user response:

refer to the second floor Qiao Ye response:
can be 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;

Ohoo agghh! Thanks a lot

CodePudding user response:

reference 1st floor mercury_812 response:
design a structure, such as:
Struct book {
Char name [30].
Char author [30].
Char press [30].
Int isbn.
Int leadCount;
Int remainCount;
};

Agghh ohoo. Thank you

CodePudding user response:

The
refer to the original poster m0_53388324 response:

Refueling refueling refueling refueling refueling refueling refueling
  • Related