Write an algorithm for implementing insertion and deletion
operations in a singly linked list using arrays ?


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

Post New Answer

More C Interview Questions

Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


What are the functions to open and close the file in c language?

0 Answers  


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


How does pointer work in c?

0 Answers  


What is #line in c?

0 Answers  


What is difference between structure and union in c?

0 Answers  


Is that possible to store 32768 in an int data type variable?

0 Answers  


What are the preprocessors?

9 Answers   HP,


What is the best style for code layout in c?

0 Answers  


Write a program to compute the following 1!+2!+...n!

4 Answers  


Categories