How will you delete a node in DLL?
No Answer is Posted For this Question
Be the First to Post Answer
Distinguish between actual and formal arguments.
Find MAXIMUM of three distinct integers using a single C statement
Which one would you prefer - a macro or a function?
How do you print only part of a string?
What is a structure and why it is used?
say the following declaration is correct nr not. int b=a,n=0;
What is the best style for code layout in c?
What is the scope of static variables in c language?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
explain what is an endless loop?
What is clrscr ()?
write a programe to find the factorial of given number using recursion