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

Why is not a pointer null after calling free?

0 Answers  


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


Explain enumerated types.

0 Answers  


Explain the binary height balanced tree?

0 Answers  


what is void pointer?

2 Answers  






What is the general form of #line preprocessor?

0 Answers  


What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


What are the valid places to have keyword “break”?

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


What does %d do?

0 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


What is sizeof array in c?

0 Answers  


Categories