Lecture Session - 01 - D040821_T11:30 AM
Data Structure Using C
Unit -1 [ Introduction ]
Asst. Prof. Ashwini Kumar Mathur
,Introduction: Data Structures, Classifications (Primitive & Non-Primitive), Data
structure Operations, Review of Arrays, Structures, Self-Referential Structures, and
Unions.
,What is Data Structure ?
In computer science, a data structure is a particular way of storing and
organizing data in a computer’s memory so that it can be used efficiently. Data
may be organized in many different ways.
The logical or mathematical model of a particular organization of data is
called a data structure.
, Types - Primitive Data Structures
The Primitive data structure can be classified in to major types:
● Integer
● Float
● Character
● Boolean
Data Structure Using C
Unit -1 [ Introduction ]
Asst. Prof. Ashwini Kumar Mathur
,Introduction: Data Structures, Classifications (Primitive & Non-Primitive), Data
structure Operations, Review of Arrays, Structures, Self-Referential Structures, and
Unions.
,What is Data Structure ?
In computer science, a data structure is a particular way of storing and
organizing data in a computer’s memory so that it can be used efficiently. Data
may be organized in many different ways.
The logical or mathematical model of a particular organization of data is
called a data structure.
, Types - Primitive Data Structures
The Primitive data structure can be classified in to major types:
● Integer
● Float
● Character
● Boolean