Why pointers are used?
No Answer is Posted For this Question
Be the First to Post Answer
Write code for finding depth of tree
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
how to find the kth smallest element in the given list of array elemnts.
What is the use of a conditional inclusion statement in C?
Is there any data type in c with variable size?
Is c procedural or object oriented?
question-how to run a c programme.
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
find the minimum of three values inputted by the user
What is #ifdef ? What is its application?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
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?