Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

What is Circular Linked List in dfs (data file structure)?

  Shared By: Birk Fischer    Date: Jun 01    Category: C++ Programming    Views: 1194

Answer:

A linked list in which the pointer of the last node points to the first node of the list is called circular linked list.

Share: 
 

Didn't find what you were looking for? Find more on What is Circular Linked List in dfs (data file structure)? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: