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
The __________ attribute is used to announce variables based on definitions of columns in a table?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the argument of a function in c?
What is the description for syntax errors?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is s in c?
What do mean by network ?
Is there any demerits of using pointer?
What is a const pointer in c?
Which of these functions is safer to use : fgets(), gets()? Why?
How can a program be made to print the line number where an error occurs?
how can f be used for both float and double arguments in printf? Are not they different types?
Explain the difference between malloc() and calloc() in c?
What are the advantages of using linked list for tree construction?