HOT questions using Structures:
[Link] Questions on Structures:
1. Programs using structures
a) Mr. John runs a pizza-analysis service. For each pizza, he needs to record the
following information: The name of the pizza company, which can consist of more
than one word, The weight of the pizza(in gms), Price of the pizza
Devise a structure in C that can hold this information and write a program to get
the information about pizza from the user and then it should display the pizza
details.
b) A Departmental store is maintaining sales details (product code, product name,
unit-rate, selling-date, quantity-sold and amount) of n customers as a single logic
unit (structure). Write a program to generate the bill for the customer.