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
What is difference between static and global variable in c?
Why we not create function inside function.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is the use of sizeof () in c?
How can you find the day of the week given the date?
Why do some versions of toupper act strangely if given an upper-case letter?
What are the rules for the identifier?
What is the size of enum in bytes?
How can this be legal c?
What is a scope resolution operator in c?
Tell me is null always defined as 0(zero)?
application attempts to perform an operation?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Is int a keyword in c?
What is a built-in function in C?