Can you tell me how to check whether a linked list is circular?
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 |
What is a MAC Address?
What are the application of c?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
what are bps & baud rates? differentiate these two?
every function has return the value?
can we implement multi-threads in c.
do you think its fraud or original company?
What does c mean before a date?
please give me some tips for the selection in TCS.
What is a lvalue
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?