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
What will the preprocessor do for a program?
differentiate built-in functions and user – defined functions.
Who is the founder of c language?
When should a far pointer be used?
What is the auto keyword good for?
How to implement a packet in C
Explain how do you list a file’s date and time?
what is the difference between class and unio?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
what is a constant pointer in C
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?
What is the symbol indicated the c-preprocessor?
Wt are the Buses in C Language
Why do we use return in c?
What do the functions atoi(), itoa() and gcvt() do?