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 the modulus operator?
How can you restore a redirected standard stream?
How can I dynamically allocate arrays?
What is sizeof int in c?
What language is c written?
Why functions are used in c?
What are different types of variables in c?
In c programming language, how many parameters can be passed to a function ?
What does d mean?
What is scope and lifetime of a variable in c?
What is #include stdio h and #include conio h?
How can you allocate arrays or structures bigger than 64K?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain how many levels deep can include files be nested?
What is unsigned int in c?