Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program
Answer Posted / piyush
its d.any where in the program
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between structs and unions in c?
What is the importance of c in your views?
What is volatile keyword 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
Write a program to print ASCII code for a given digit.
How do you print only part of a string?
What is the difference between call by value and call by reference in c?
How to throw some light on the b tree?
What is a scope resolution operator in c?
What is string function in c?
Can the size of an array be declared at runtime?
List some of the dynamic data structures in C?
What is the best style for code layout in c?
How are pointers declared in c?
What are the 4 types of programming language?