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
For what purpose null pointer used?
How many loops are there in c?
Explain the use of #pragma exit?
What is context in c?
Explain union. What are its advantages?
What are shell structures used for?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
How can I write a function analogous to scanf?
What is volatile variable how do you declare it?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is main () in c?
What are valid signatures for the Main function?
What does c mean before a date?
find the sum of two matrices and WAP for it.
What is static and auto variables in c?