How many types of linked lists what are they?
How many types of data structures?
Answer Posted / deepak kumar shrivastava
There are five types of Link List
1. singly link list
2. doubly link list
3. singly circular link list
4. doubly circular link list
5. XOR link list
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a rvalue?
What is pass by reference in functions?
What does the error 'Null Pointer Assignment' mean and what causes this error?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
diff between exptected result and requirement?
What is malloc calloc and realloc in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is include directive in c?
What are logical errors and how does it differ from syntax errors?
What are compound statements?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Which driver is a pure java driver
What is methods in c?
what is the different bitween abap and abap-hr?
Explain how can I avoid the abort, retry, fail messages?