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 sizeof in c?
What is break in c?
What is else if ladder?
What is the purpose of 'register' keyword in c language?
What is I ++ in c programming?
Which programming language is best for getting job 2020?
What is difference between array and pointer in c?
What is wrong with this declaration?
What is array of structure in c programming?
Why we use void main in c?
What is uint8 in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Why can arithmetic operations not be performed on void pointers?
What is the difference between functions getch() and getche()?
What is a header file?