How many types of linked lists what are they?
How many types of data structures?

Answer Posted / shumaila bashir sheikh

There are basically three types of linked list.
1) single linked list
2) Double Linked list
3) Circular linked list

there are two types of data structures
1) Linear Data Structures
Array, Linked list, pointers, stack, queues etc
2) Non-Linear Data Structure
Trees, Graphs

Is This Answer Correct ?    93 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we change the value of static variable in c?

556


swap 2 numbers without using third variable?

656


What is a stream in c programming?

588


Was 2000 a leap year?

620


What is typedef?

660






What are the different data types in C?

723


How can I open files mentioned on the command line, and parse option flags?

585


What are the loops in c?

589


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

653


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1648


Explain how can I avoid the abort, retry, fail messages?

583


What is const and volatile in c?

561


Can you write the algorithm for Queue?

1546


What does %2f mean in c?

672


Are the variables argc and argv are always local to main?

567