Explain Doubly Linked Lists?
Answer / nashiinformaticssolutions
A specific kind of linked list that allows traversal across the data components in both directions is called a doubly linked list.
Every node has two linkages, one to the node next to it and one to the node in front of it, which enables accomplishing this.
Is This Answer Correct ? | 0 Yes | 0 No |
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is a program?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
How can I access memory located at a certain address?
What is memory leak in c?
c program to manipulate x=1!+2!+3!+...+n! using recursion
What is difference between arrays and pointers?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
Explain what is the most efficient way to store flag values?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,