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

Answer Posted / virendra

1. singly link list
2. doubly link list
3. circular link list

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an lvalue in c?

690


Explain the difference between call by value and call by reference in c language?

637


What is bubble sort technique in c?

583


Write a program to reverse a given number in c language?

616


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

575






Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

649


Is sizeof a keyword in c?

574


What is static memory allocation? Explain

627


What is null pointer in c?

587


What is the use of extern in c?

639


Explain how do you view the path?

647


Why c is called top down?

620


Write a program of prime number using recursion.

612


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.

2677


What is function definition in c?

580