Linked lists -- can you tell me how to check whether a linked list is circular?


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

Post New Answer

More C Interview Questions

How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


Explain command-line arguments in C.

1 Answers  


How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


What is new line escape sequence?

0 Answers  


what are the various memory handling mechanisms in C ?

4 Answers   HP,


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

2 Answers   Wipro,


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.

1 Answers   HCL, iGate,


What does printf does?

0 Answers  


When would you use a pointer to a function?

0 Answers  


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


Categories