Access Millions of academic & study documents

2 data type

Content type
User Generated
Showing Page:
1/10

Sign up to view the full document!

lock_open Sign Up
Showing Page:
2/10

Sign up to view the full document!

lock_open Sign Up
Showing Page:
3/10

Sign up to view the full document!

lock_open Sign Up
End of Preview - Want to read all 10 pages?
Access Now
Unformatted Attachment Preview
DATA STRUCTURES CSC 211 : STUDY MATERIAL & NOTES, SEPTMBER 2020 Data Type ◼ ◼ ◼ ◼ Data type can be defined as a set of values and set of operation on those values. If we are using a term object, then it is referred as the set of objects and set of operation on those objects which create and destroy the object. That means : data type is a set of objects and set of specified operation on those objects which create and destroy the instance of object. In a programming language, the variable data type is the set of values that it may assume. Data Type ◼ ◼ The basic data type vary from one programming language to other. Data type basically falls into two broad categories simple or basic and composite data type. Data type Simple (Basic) Data type Composite Data type Simple Data Type ◼ ◼ ◼ It is made up of values that cannot by further decomposed. In particular simple data types is considered to be the last level where further decomposition of values is not possible. In C language, such type of data types are int (integer), char (character), float (floating point) Composite Data Type ◼ ◼ ◼ ◼ It is made of values which can be further decomposed to from another level of values that belong to either simple data type or composite data type. Another category of data type is composite data type known as data structure. In this type, elements can be decomposed into next level that may either have simple data type or composite data type. In C la ...
Purchase document to see full attachment
User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.
Studypool
4.7
Indeed
4.5
Sitejabber
4.4

Similar Documents