CSC115 C Programming

C ProgrammingTU Board 2078

Define structure. Explain nested structure with example. Create a structure named book with name , author , and publisher as its members. Write a program using this structure to read data of 50…

10

Define structure. Explain nested structure with example. Create a structure named book with name, author, and publisheras its members. Write a program using this structure to read data of 50 books and display name of those books published by "XYX" publisher.

A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.

Discussion

Loading…

More C Programming questions

All C Programming old questions