Write a C program to help a HiFi’s Restaurant automate its
breakfast billing system. Your assignment should implement
the following items:

a. Show the customer the different breakfast items
offered by the HiFi’s Restaurant.
b. Allow the customer to select more than one item
from the menu.
c. Calculate and print the bill to the customer.
d. Produce a report to present your complete program
and show more sample output.

Assume that the HiFi’s Restaurant offers the following
breakfast menu:

Plain Egg $2.50
Bacon and Egg $3.45
Muffin $2.20
French Toast $2.95
Fruit Basket $3.45
Cereal $0.70
Coffee $1.50
Tea $1.80


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the difference between a string and an array?

0 Answers  


When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


What is the purpose of ftell?

0 Answers  






if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


how to find string length wihtout using c function?

6 Answers  


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


What is the return type of sizeof?

0 Answers  


Is null always equal to 0(zero)?

0 Answers  


Is c object oriented?

0 Answers  


1 232 34543 4567654 can anyone tell me how to slove this c question

6 Answers  


Categories