What are the advantages and disadvantages of a heap?
No Answer is Posted For this Question
Be the First to Post Answer
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is indirection?
how many key words availabel in c a) 28 b) 31 c) 32
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
simple c program for 12345 convert 54321 with out using string
Why doesn't the code "a[i] = i++;" work?
How can you pass an array to a function by value?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
simple program for virtual function?
What are the rules for the identifier?
why i join syntel?
23 Answers ABC, Syntel, TCS,
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