write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Answer Posted / 47904062
use arrays, pointers etc
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differentiate abs() function from fabs() function.
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist
Explain that why C is procedural?
Is main is user defined function?
how logic is used
Write a program to reverse a given number in c?
What are the features of c languages?
What is define c?
What are the types of macro formats?
What is c definition?
What is the benefit of using const for declaring constants?
What are the features of c language?
Tell us two differences between new () and malloc ()?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is the most efficient way to count the number of bits which are set in an integer?