Computer Science, asked by zainulabideen2646, 4 months ago

Write a program that maintains the record for 15 books of a student. In each record (for a single book), it should store book id, book title, author and its price. The program should take input for all the 10 books and store the data in array of structure. In the end, the program should display (after reading from the file) titles of only those books whose authors are same ​
please someone tell me i am very bad at this

Answers

Answered by Itzabhi001
6

Explanation:

Write a program that maintains the record for 15 books of a student. In each record (for a single book), it should store book id, book title, author and its price. The program should take input for all the 10 books and store the data in array of structure. In the end, the program should display (after reading from the file).

Similar questions