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

Answer Posted / saranya

singly link list
doubly link list
circular link list

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 types of unions?

617


Why double pointer is used in c?

573


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1624


What is meant by inheritance?

636


Does free set pointer to null?

569






Are the outer parentheses in return statements really optional?

581


How will you write a code for accessing the length of an array without assigning it to another variable?

622


How many parameters should a function have?

670


When should structures be passed by values or by references?

588


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1130


What is the difference between declaring a variable and defining a variable?

726


What is c definition?

754


What is the difference between memcpy and memmove?

608


How can I generate floating-point random numbers?

613


What are formal parameters?

664