Define circular linked list.


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

Post New Answer

More C Interview Questions

What is array within structure?

0 Answers  


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


What is a memory leak in structures? How can we rectify that?

2 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


What's wrong with "char *p; *p = malloc(10);"?

5 Answers  






What is the use of typedef in structure in c?

0 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


how to find turn around time in operating system?

3 Answers  


What is the meaning of && in c?

0 Answers  


What is a floating point in c?

0 Answers  


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


What is the most efficient way to store flag values?

0 Answers  


Categories