How will you delete a node in DLL?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Which driver is a pure java driver

0 Answers   Vertex,


List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input

1 Answers  






Write a program for print infinite numbers

3 Answers   Wipro,


What are .h files and what should I put in them?

3 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


What is macro?

5 Answers   IBM,


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


Why we use break in c?

0 Answers  


How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


Categories