S.No Questions On Structures: Programs Using Structures
S.No Questions On Structures: 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.