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 array of structure in c programming?
What are Macros? What are its advantages and disadvantages?
What is the newline escape sequence?
What is character set?
what is the basis for selection of arrays or pointers as data structure in a program
Explain how are 16- and 32-bit numbers stored?
Why isnt there a numbered, multi-level break statement to break out
Explain 'bit masking'?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is break in c?
What is c mainly used for?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Why C language is a procedural language?
Write a C program to count the number of email on text
What is #define used for in c?