Can you tell me how to check whether a linked list is circular?
Answer Posted / hrpynux@gmail.com
If any node seems to be pointing towards the head or starting node then the linked list is circular. If no node is pointing to null.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is null defined in c?
What are types of structure?
What are pointers? Why are they used?
Explain what is the benefit of using #define to declare a constant?
Explain the use of function toupper() with and example code?
What is zero based addressing?
What is the need of structure in c?
What is a static variable in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is the right type to use for boolean values in c?
What is the argument of a function in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is the use of a ‘ ’ character?
What is pointers in c?