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

Answer Posted / prakash.m

basically three types includes

Singly LL.
Double LL.
Circular LL.

Data structures include

stacks
queues
linked list.
graphs.
trees.

Is This Answer Correct ?    80 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does placing some code lines between the comment symbol help in debugging the code?

538


What is struct node in c?

612


What is the use of a semicolon (;) at the end of every program statement?

764


Can a file other than a .h file be included with #include?

679


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1011






What is scanf_s in c?

629


What is a substring in c?

583


Is there any possibility to create customized header file with c programming language?

619


Why is structure important for a child?

601


What does typeof return in c?

633


When should the volatile modifier be used?

675


What are variables c?

610


How can you increase the size of a dynamically allocated array?

636


Write the control statements in C language

644


What are the 5 data types?

594