How will you delete a node in DLL?
What are the 5 types of inheritance in c ++?
Calculate 1*2*3*____*n using recursive function??
What are pointers in C? Give an example where to illustrate their significance.
What is stack in c?
what do the 'c' and 'v' in argc and argv stand for?
What is the difference between printf and scanf in c?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Why does not use getgh(); and <conio.h> in c language.
how to build a exercise findig min number of e heap with list imlemented?
How does memset() work in C?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.