What Pascal units meant?

devquora
devquora

Posted On: Feb 22, 2018

 

A pascal program consists of the modules which are called as units. The unit is made up of code blocks like functions, subroutines, etc. And these code blocks are made up of data types, variables, statements, procedures, etc. There are two types of units present in Pascal. First one is a built-in unit such as crt. Another one is writing your own units. Pascal allows the programmer to create their own unit that can be used in the program later.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Pascal Interview Questions

    What do you understand by Pascal?

    This is the first question every interview may ask, so make a good definition in your mind. Pascal is a programming language which supports data structure and the structured programming. It is basical...

    Pascal Interview Questions

    Why Pascal?

    Pascal is a computer programming language which encourages you to enhance your programming skills. It is a language that you may easily learn and practices the programming techniques. It let you use f...

    Pascal Interview Questions

    Why Pascal is named as Pascal?

    Designed in 1968-1969 by Niklaus Wrath, it was first published in the year 1970. It is named after the Blaise Pascal who was French Mathematician and philosopher. He is famous for his invention of cal...