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

Answer Posted / deepak kumar shrivastava

There are five types of Link List
1. singly link list
2. doubly link list
3. singly circular link list
4. doubly circular link list
5. XOR link list

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some of the dynamic data structures in C?

790


show how link list can be used to repersent the following polynomial i) 5x+2

1678


Why pointers are used in c?

590


What do you understand by friend-functions? How are they used?

645


What are the c keywords?

750






Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

655


What is c language and why we use it?

623


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2740


What is structure pointer in c?

572


What is class and object in c?

589


explain what are pointers?

619


What are the different types of errors?

646


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2173


What is a floating point in c?

604


What is the correct code to have following output in c using nested for loop?

613