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

Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

0 Answers   Expedia,


What is Heap?

3 Answers  


What is file in c language?

0 Answers  


Do pointers need to be initialized?

0 Answers  


what are bps & baud rates? differentiate these two?

2 Answers   TCS,






What is the benefit of using an enum rather than a #define constant?

0 Answers  


What is function prototype?

0 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


‎How to define structures? · ‎

0 Answers  


write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?

1 Answers   Zensar,


Explain what is the general form of a c program?

0 Answers  


Categories