Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain how can you tell whether a program was compiled using c versus c++?

1087


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

1109


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1253


What is a node in c?

967


What is volatile, register definition in C

1089


In a switch statement, explain what will happen if a break statement is omitted?

1047


What is || operator and how does it function in a program?

1072


What extern c means?

989


Is null always defined as 0(zero)?

1082


How do I use strcmp?

1059


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3523


What is the use of bit field?

1167


Explain how are 16- and 32-bit numbers stored?

1246


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1018


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

2075