0 LIKES LikeUnLike
Tags:
how can we determine the files in non-primitive data structure ?
Report (0) (0) | 10 years, 9 month(s) ago
A primitive data structure are those structure which directly operated upon machine instruction.
ex: int, float, double.
A non-primitive data structure which are not primitive data structure than called non primitive data structure.
It can be classified into two types
1.Linear data sturcture
Ex: Arrays, Lists, Strings, stacks
2. Non-primitive data structure
Ex: Trees, graphs.
Report (0) (0) | earlier
why same answer is written 5 times?
Report (1) (0) | earlier
A primitive data structure are the basic data structures and are directly operated upon by the machine instructions. e.g. int,float,char etc. Non primitive data structures are derived from primitive data structures. the non primitive data structure emphasize on structuring of a group of homogeneous or heterogeneous data items.e.g. arrays,lists,files etc.
Latest activity: 10 years, 9 month(s) ago. This question has 8 answers.