Answer Posted / karthik
using the function
gets(variable)
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is the use of a static variable in c?
regarding pointers concept
Should a function contain a return statement if it does not return a value?
How can you read a directory in a C program?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What does nil mean in c?
Why should I prototype a function?
Why do we use stdio h and conio h?
Explain how can I remove the trailing spaces from a string?
What is an identifier?
Explain how can I right-justify a string?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Is it cc or c in a letter?
What is merge sort in c?
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