a linear linked list such that the link field of its last node points to the first node instead of containing NULL
a) linked list
b) circular linked list
c) sequential linked list
d) none
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can a program be made to print the line number where an error occurs?
program for comparing 2 strings without strcmp()
Why static is used in c?
Will Macros support multiple arguments ?
What is the best style for code layout in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is non linear data structure in c?
Why calloc is better than malloc?
What does a pointer variable always consist of?
where does it flourished?
What is %lu in c?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)