How many types of linked lists what are they?
How many types of data structures?
Answer Posted / shumaila bashir sheikh
There are basically three types of linked list.
1) single linked list
2) Double Linked list
3) Circular linked list
there are two types of data structures
1) Linear Data Structures
Array, Linked list, pointers, stack, queues etc
2) Non-Linear Data Structure
Trees, Graphs
| Is This Answer Correct ? | 93 Yes | 7 No |
Post New Answer View All Answers
What is the purpose of type declarations?
What is the use of a conditional inclusion statement in C?
Why is event driven programming or procedural programming, better within specific scenario?
What is keyword in c?
What is binary tree in c?
What is extern storage class in c?
Is linux written in c?
Explain what math functions are available for integers? For floating point?
What are the advantages of using linked list for tree construction?
Hi can anyone tell what is a start up code?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is size of union in c?
Give me the code of in-order recursive and non-recursive.
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
c language interview questions & answer