[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Technical Discussion :: Data Structure

56. Write a structure of doubly linked list?

Answer:

Struct Node{



Int data;  //datafield



Struct  Node* next;//address field of                     the next node



Struct Node*prev;//address field of                    the previous field



}Struct Node node;

Asked In :: Wipro Virtusa Accenture Sopra Steria

Post Your Answer Here:

Name *
Email
Alert me

Post Your Reply Here:

Report Error

Please Login First Click Here