How the keyword “TYPE” is used?
How the keyword “TYPE” is used? Correct Answer TYPE datatype_name IS datatype_range;
The keyword TYPE is used to define new data type if any user wants to define for its own. The syntax for keyword is- TYPE datatype_name IS datatype_range. So, the new data type can have the values defined in range section of the declaration.
মোঃ আরিফুল ইসলাম
Feb 20, 2025