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 string functions? List some string functions available in c.
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What are the main characteristics of c language describe the structure of ac program?
Is main is a keyword in c?
What is string function in c?
explain what is fifo?
What are the scope of static variables?
How can I open a file so that other programs can update it at the same time?
What is the meaning of typedef struct in c?
Why does the call char scanf work?
What is function definition in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Where is c used?
What is sizeof in c?
What is console in c language?