Pascal is a computer programming language, use for telling a computer what to do. It is not used for communication between people and in that sense is not a "real" language.
Pascal is a very interesting language to learn. Pascal is actually a computer programming language.
is the way a file is design using a pascal language
Which Pascal compiler do you mean? Pascal compiler can be written in Pascal, of course.
PASCAL has 3 definitions actually. They are:- 1. Programming Language Based For Blaise Pascal. 2. Pedantry and Strictness Created A Language. 3. Philips Automatic Source Calculator.
Turbo Pascal is a good language to learn programming, but its major disadvantage is that it's hardly ever used for real-world programming projects. It's basically just an academic language, and a bit dated at that.
Delphi used a programming language called Object Pascal for its written language. Object Pascal is an extension of the Pascal language that includes object-oriented programming features.
Pascal is the name of the language developed by Nicholas Wirth
Pedantry And Strictness Created A Language
No, Pascal is a high-level language. Its comes under the General Purpose Language category. Its used by all people for different purpose.
language before c language is pascal
code for creating pascal's triangle in C programming language?
Why would you want to do that? The usual procedure is to translate a high-level language such as Pascal to machine language. If you really want assembly language - perhaps to see how the Pascal compiler does its work - then presumably you can use a disassembler to convert the machine language (the executable file) into assembly language.