Logo 
Search:

C++ Programming FAQ

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

What is Reference counter in dfs (data file structure)?

  Shared By: Zak Brown    Date: Sep 17    Category: C++ Programming    Views: 696

Answer:

Reference counter is nothing but it is maintaining the number of references to a particular block. If the block is to be deleted than its reference counter must be zero. It solves both accumulation and dangling pointer problems.

Share: 
 

Didn't find what you were looking for? Find more on What is Reference counter 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: