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

Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0

6 Answers   Qualcomm,


do you think its fraud or original company?

0 Answers  


What is clrscr in c?

0 Answers  


Write a program to check palindrome number in c programming?

0 Answers  


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

0 Answers   TCS,






Write a c program to demonstrate Type casting in c?

2 Answers  


Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program

3 Answers   Subex,


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


What is break in c?

0 Answers  


Why header files are used?

0 Answers  


What is the use of extern in c?

0 Answers  


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


Categories