Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Question 3 : Write a program to create a list of books details. The details of a book include title, author, publisher, publishing year, no.

Question 3 : Write a program to create a list of books details. The details of a book include title, author, publisher, publishing year, no. of pages , price

Perform the following with respect to the list of books created

  1. Display all the details of books written by a given author.
  2. Sort the details of books in the increasing order of price.
  3. Display the details of books published by a given publisher in a given year.
  4. Sort the list of books in the increasing order of two fields , author and title of the books.

Total Marks : 35

Structs & Arrays usage

10 marks

Control Structures usage

5 marks

Outputs

Format

2.5 marks

Correctness

2.5 marks

Functions usage

10 marks

Variables usage

5 marks

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions