What are the features that make Pascal a good language in modern programming?

What are the features that make Pascal a good language in modern programming?



- Pascal is a very structured language and uses the control structures like if-else, repeat-until statements, etc.

- It is having different data structures that are included with the records, arrays, files, pointers, etc.

- Pascal provides simplicity and provides a modular approach for machine implementation. It allows the features to be related to the compiler.

- Pascal uses minimum ambiguity to represent the data and its structure it is processed with some exceptions and provides smaller elements with their definitions.

- Pascal provides the exact sizes used by the operands and operators to perform on them. It provides a way to process and use the efficient code.
Post your comment