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

Answer Posted / avinash jadhav

There are three types of linked list:
1. Singly liked list
2. Doubly link list
3. Circular link list

There are two types of data structures:
1. Linear Data Structure: In this data structure we are
doing the operation sequentially on the data.
examples; Arrays, stacks, queues, and linked list.
2. Non- Linear data structure:In this data structure we are
doing the operation randomly.
examples; Trees and Graphs.

Is This Answer Correct ?    25 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

663


What is the size of array float a(10)?

657


Write a program for finding factorial of a number.

629


What are global variables?

646


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

729






What are the advantages of union?

628


What is the meaning of ?

620


What is the difference between class and object in c?

581


What is default value of global variable in c?

560


How will you divide two numbers in a MACRO?

710


what do the 'c' and 'v' in argc and argv stand for?

644


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

635


what is the diffrenet bettwen HTTP and internet protocol

1387


What is ## preprocessor operator in c?

611


Explain what is the stack?

636