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
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are operators in c?
write a program to find out prime number using sieve case?
Can we change the value of constant variable in c?
Does c have class?
What is the significance of an algorithm to C programming?
Explain the use of 'auto' keyword in c programming?
When is a “switch” statement preferable over an “if” statement?
What is pivot in c?
Explain how do you override a defined macro?
What is uint8 in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How can variables be characterized?
Explain how can I remove the trailing spaces from a string?
Is null a keyword in c?