Edukot is free and open to everyone, but you must be registered in Edukot to get extra privileges like Asking questing,Answering, voting, posting, commenting and many more......
Share What You Know With Others. Help Others, Get Helped !
Question asked by Manish Kumar | Computer | February 8, 2017
Write a C program to return the nth node from the end of a linked list.
Can we do a Binary search on a linked list?
Write a C program to free the nodes of a linked list
How to create a copy of a linked list? Write a C program to create a copy of a linked list.
How to compare two linked lists? Write a C program to compare two linked lists.
If you are using C language to implement the heterogeneous linked list, what pointer type will you use?
How to declare a structure of a linked list?
Given only a pointer to a node to be deleted in a singly linked list, how do you delete it?
How do you reverse a singly linked list? How do you reverse a doubly linked list? Write a C program to do the same.
Question asked by pradeep patel | Computer | February 5, 2017
Why must a Java file have the same name as its public class?
Question asked by Manish Kumar | Computer | February 8, 2017
Write a C program to return the nth node from the end of a linked list.
Answer 1 answers | 1 likesQuestion asked by Manish Kumar | Computer | February 8, 2017
Can we do a Binary search on a linked list?
Answer 1 answers | 2 likesQuestion asked by Manish Kumar | Computer | February 8, 2017
Write a C program to free the nodes of a linked list
Answer 1 answers | 0 likesQuestion asked by Manish Kumar | Computer | February 8, 2017
How to create a copy of a linked list? Write a C program to create a copy of a linked list.
Answer 1 answers | 0 likesQuestion asked by Manish Kumar | Computer | February 8, 2017
How to compare two linked lists? Write a C program to compare two linked lists.
Answer 1 answers | 0 likesQuestion asked by Manish Kumar | Computer | February 8, 2017
If you are using C language to implement the heterogeneous linked list, what pointer type will you use?
Answer 1 answers | 0 likesQuestion asked by Manish Kumar | Computer | February 8, 2017
How to declare a structure of a linked list?
Answer 1 answers | 0 likesQuestion asked by Manish Kumar | Computer | February 8, 2017
Given only a pointer to a node to be deleted in a singly linked list, how do you delete it?
Answer 1 answers | 0 likesQuestion asked by Manish Kumar | Computer | February 8, 2017
How do you reverse a singly linked list? How do you reverse a doubly linked list? Write a C program to do the same.
Answer 1 answers | 0 likesQuestion asked by pradeep patel | Computer | February 5, 2017
Why must a Java file have the same name as its public class?
Answer 1 answers | 0 likes