How many types of linked lists what are they?
How many types of data structures?
Answer Posted / majid
It is the type of non linear data structure.
1)singly list
2)singly circular list
3)singly list with header,tail.
4)singly list with head ,tail and circular
5)doubly list
6)circular doubly list
7)with header.
8)with tail.
9)with head ,tail and circular
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain how can I manipulate strings of multibyte characters?
Is printf a keyword?
What is c system32 taskhostw exe?
Can we increase size of array in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is modeling?
Is there a way to switch on strings?
Difference between MAC vs. IP Addressing
Is javascript based on c?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What does == mean in texting?
How can I dynamically allocate arrays?
Do you know the use of 'auto' keyword?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How is actual parameter different from the formal parameter?