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
Why do we use static in c?
Does sprintf put null character?
What is an array in c?
What are the storage classes in C?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What are the types of operators in c?
Explain what is the difference between functions abs() and fabs()?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What does the && operator do in a program code?
How #define works?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is meant by errors and debugging?
Why do we use pointer to pointer in c?
how to create duplicate link list using C???
What is the difference between c &c++?