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
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
write a program to print infinte number
consagous technology placement paper
Write a program for Overriding.
how to copy a string without using c function
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
what is the different bitween abap and abap-hr?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
What is an array? What the different types of arrays in c?
Under what circumstances does a name clash occur?
write a c program to calculate sum of digits till it reduces to a single digit using recursion