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

What will the preprocessor do for a program?

788


differentiate built-in functions and user – defined functions.

873


Who is the founder of c language?

893


When should a far pointer be used?

810


What is the auto keyword good for?

835


How to implement a packet in C

2624


Explain how do you list a file’s date and time?

810


what is the difference between class and unio?

2114


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1493


what is a constant pointer in C

897


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

807


What is the symbol indicated the c-preprocessor?

952


Wt are the Buses in C Language

2972


Why do we use return in c?

752


What do the functions atoi(), itoa() and gcvt() do?

925