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?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain how can a program be made to print the name of a source file where an error occurs?
How the C program can be compiled?
Explain how can type-insensitive macros be created?
What is variable declaration and definition in c?
How does sizeof know array size?
What is infinite loop?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
can anyone please tell about the nested interrupts?
Is there any demerits of using pointer?
What is string function c?