Data Types
Data Types
Data type is a special keyword used to allocate sufficient memory space for the data, in other words Data type is used for representing the data in main memory (RAM) of the computer.
In general every programming language is containing three categories of data types. They are
- Fundamental or primitive data types
- Derived data types
- User defined data types.
Qus. 1 : In which of the following conversions, we can assign a value of larger data type of to a smaller data type?
- Explicit Type Conversion
- Implicit Type Conversion
- Both A and B
- None of These