1.

What are the sub-range types in Pascal language?

Answer»

The sub-range means IMPLEMENTATION of the functions for DATA conversions on the data TYPES like real to the integer. One such is

  • X: 1.. 10;
  • Y: ‘a’..’Z’;
  • Z: Apple. MANGO;


Discussion

No Comment Found