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
How can I increase the allowable number of simultaneously open files?
How can you determine the size of an allocated portion of memory?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is chain pointer in c?
What is the difference between formatted&unformatted i/o functions?
Explain what are compound statements?
the question is that what you have been doing all these periods (one year gap)
What is the difference between functions abs() and fabs()?
What is the use of printf() and scanf() functions?
What is a stream water?
To what value do nonglobal variables default? 1) auto 2) register 3) static
Explain the difference between getch() and getche() in c?