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 |
Can we include one C program into another C program if yes how?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Is swift based on c?
Explain how many levels deep can include files be nested?
What is a good way to implement complex numbers in c?
What is the purpose of ftell?
What is the general form of a C program?
What is 2 d array in c?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Without Computer networks, Computers will be half the use. Comment.
What are the storage classes in C?
what is the associativity of bitwise OR operator?