How can I access memory located at a certain address?
Answer Posted / sangram
bala software
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What is difference between structure and union?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain the difference between malloc() and calloc() function?
What is register variable in c language?
Why c language?
How can you return multiple values from a function?
why return type of main is not necessary in linux
Can we use visual studio for c?
What is ctrl c called?
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
How does placing some code lines between the comment symbol help in debugging the code?
What is a method in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What are actual arguments?
Explain the difference between #include "..." And #include <...> In c?