Posts

Showing posts with the label fundamental data type

DATA HANDLING

Image
Data - Data is like a raw facts and statistics collected together for reference or analysis and useful information is derived from data only. " Data Types are means to be identify the types of data and associate operations of handling it. " There are two types of data: 1) Fundamental Data Type 2) Derived Data Type Fundamental Data type - -   These   are not composed of other data types. - It is also called Primary Data type like- 1- Integer - the number without fractional part or decimal part is called Integer. 2- Characters - any single character enclosed in single quote. 3- Float - the number with frictional part or decimal part is called float. 4- Double 5- Void - It specifies return types of a function or non-returning function. Data Type Modifiers -        These are the keywords which are  used to modify the storing capacity of the variables. like- 1- singed 2- unsigned 3- short 4- long Note- ...