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?



write a program that uses point of sale system. which are mainly used by retail markets, where the i..

Answer / 47904062

use arrays, pointers etc

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


how to convert an char array to decimal array

4 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


What is else if ladder?

0 Answers  


What are the similarities between c and c++?

0 Answers  






Can you pass an entire structure to functions?

0 Answers  


What does int main () mean?

0 Answers  


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


find the minimum of three values inputted by the user

3 Answers  


What is difference between scanf and gets?

0 Answers  


Is fortran still used in 2018?

0 Answers  


Categories