Answer Posted / amit
the last node of the list will have address of first node
then it is a cycle linked list.
Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
Is there any data type in c with variable size?
Explain how do you print only part of a string?
Are pointers really faster than arrays?
What is ctrl c called?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is a structure and why it is used?
What is structure and union in c?
Explain the difference between malloc() and calloc() in c?
Write program to remove duplicate in an array?
What is restrict keyword in c?
Difference between strcpy() and memcpy() function?
Explain what are the different file extensions involved when programming in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is anagram in c?
What is the value of h?