Representation of data structure in memory is known as
2013
Representation of data structure in memory is known as
Answer: C. Storage structure — Correct answer: Storage structure (संग्रहण संरचना) Definition: Representation of a data structure in memory is known as a storage structure. It specifies the…
- A.
Recursive
- B.
Abstract Data Type
- C.
Storage structure
- D.
File structure
Attempted by 3398 students.
Show answer & explanation
Correct answer: C
Correct answer: Storage structure (संग्रहण संरचना) Definition: Representation of a data structure in memory is known as a storage structure. It specifies the physical layout and linking of data elements in memory (for example: arrays, linked lists, trees). परिभाषा: डेटा संरचना का मेमोरी में प्रतिनिधित्व "संग्रहण संरचना" कहलाता है। यह मेमोरी में डेटा तत्वों के भौतिक विन्यास और लिंकिंग को दर्शाता है (उदाहरण: एरे, लिंक्ड लिस्ट, ट्री)। Distinction from Abstract Data Type: An Abstract Data Type (ADT) defines the logical behavior — the data and the operations allowed — without specifying how it is stored or implemented in memory.
In