YBJBU6
? ???Mirror Mirror on the wall????????
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?
How do c compilers work?
what is computer engg
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
The file stdio.h, what does it contain?
What is an endless loop?
What is the difference between struct and union in C?
What oops means?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Write code for finding depth of tree
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?