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
swap 2 numbers without using third variable?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Explain a pre-processor and its advantages.
Explain what are run-time errors?
What is switch in c?
What is the difference between array and linked list in c?
Do pointers store the address of value or the actual value of a variable?
Where are c variables stored in memory?
What is the use of getch ()?
Explain what is the advantage of a random access file?
Explain what is the use of a semicolon (;) at the end of every program statement?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Explain what does the format %10.2 mean when included in a printf statement?
about c language
simple program of graphics and their output display