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
what is the use of call back function in c?tell me with example
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Explain c preprocessor?
When do we get logical errors?
What is the method to save data in stack data structure type?
What is property type c?
How do I copy files?
Why can't I perform arithmetic on a void* pointer?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Why is struct padding needed?
What is data types?