Answer Posted / amit kumar sharma
do while loop executes at once even when the condition is
false and do is to create to do something...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the local variable and global variable in c?
What are linked lists in c?
Is the exit() function same as the return statement? Explain.
Write a program to print numbers from 1 to 100 without using loop in c?
Why calloc is better than malloc?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
When should you use a type cast?
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
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is meant by initialization and how we initialize a variable?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is difference between union and structure in c?
Why c is called top down?
Add Two Numbers Without Using the Addition Operator
Simplify the program segment if X = B then C ← true else C ← false