Linked list is a Linear or non linear explain if linear how
it working as a non linear data structures


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the role of && operator in a program code?

0 Answers  


What is the difference between malloc calloc and realloc in c?

0 Answers  


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


program to print circle structure

1 Answers  


How can you restore a redirected standard stream?

0 Answers  


Compare interpreters and compilers.

0 Answers  


What is masking?

0 Answers  


What is a nested formula?

0 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


What are file streams?

0 Answers  


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


Categories