How many types of linked lists what are they?
How many types of data structures?
Answer Posted / heena
There are 4 types of linked list:
1)Singly or linear or one way linked list.
2)Doubly or two way linked list.
3)Circular linked list.
4)Header or sentinel linked list.
Data structure can be broadly classified in:
1)Primary data structure - 2) Secondary data structure
Character Array
Integer Pointer
Float Structure
Double Union
Void Enum etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Explain what standard functions are available to manipulate strings?
what are enumerations in C
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Write a program for Overriding.
What is difference between union All statement and Union?
program to convert a integer to string in c language'
What are lookup tables in c?
How do you view the path?
What is advantage of pointer in c?
Explain what is wrong with this program statement?
How does free() know explain how much memory to release?
What is a char c?
which type of aspect you want from the student.
What is the 'named constructor idiom'?