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
What are the basic data types associated with c?
Is swift based on c?
What is a null pointer in c?
Tell me what are bitwise shift operators?
What is a newline escape sequence?
What language is c written?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is selection sort in c?
How pointer is different from array?
Why can’t constant values be used to define an array’s initial size?
Explain how to reverse singly link list.
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Why does this code crash?
Is it fine to write void main () or main () in c?
What is function pointer c?