top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Differentiate file structure from storage structure?

+3 votes
1,885 views
Differentiate file structure from storage structure?
posted Feb 10, 2015 by Jalal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+2 votes

Generally When you are allocating memory to a variable, constant etc it is stored in the ram, which gets deleted as soon as the scope of that function ends. This representation of allocating memory space in the ram is called storage structure. Whereas file structure say you write anything in a file and you store that file in you hard disk or any other external device which will be there until you delete it. These representation of storing the file in secondary memory is called file structure

answer Feb 10, 2015 by Snehasish Kar
+1 vote

Storage Structure:

The representation of a particular data structure in the memory of a computer is called a storage structure

File Structure:

whereas a storage structure representation in auxiliary memory is often called a file structure.

answer Feb 13, 2015 by Mohammed Hussain
...